summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [pre-commit.ci] pre-commit autoupdate (#788)pre-commit-ci[bot]2022-08-021-1/+1
* Add cacheing functionality for JWK set (#781)Haoyu(Jerry) Wu2022-08-014-33/+263
* Add type hints to jwt/help.py and add missing types dependency (#784)Kevin Kirsche2022-08-012-5/+8
* Improve PyJWKSet error accuracy (#786)Julian Maurin2022-08-012-9/+18
* Update audience typing (#782)Julian Maurin2022-07-313-6/+16
* Fix for headers disorder issue (#721)kadabusha2022-07-193-3/+4
* Fix typo: priot -> prior (#780)Jon Dufresne2022-07-101-1/+1
* Emit a deprecation warning for unsupported kwargs (#776)Stephen Rosen2022-07-056-8/+131
* [pre-commit.ci] pre-commit autoupdate (#778)pre-commit-ci[bot]2022-07-051-1/+1
* Remove support for python3.6 (#777)Stephen Rosen2022-07-045-8/+7
* Expose get_algorithm_by_name as new method (#773)Stephen Rosen2022-07-033-22/+35
* docs: fix simple typo, iinstance -> isinstance (#774)Tim Gates2022-07-031-1/+1
* [pre-commit.ci] pre-commit autoupdate (#770)pre-commit-ci[bot]2022-06-141-1/+1
* Bump actions/setup-python from 3 to 4 (#769)dependabot[bot]2022-06-091-4/+4
* Fixes for pyright on strict mode (#747)Brandon Chinn2022-05-313-6/+8
* Do not fail when an unusable key occurs (#762)Matthias Gilch2022-05-315-3/+31
* chore: pin sphinx in docs requiresJosé Padilla2022-05-311-1/+1
* chore: pin sphinxJosé Padilla2022-05-311-1/+1
* Adjust expected exceptions in option merging tests for PyPy3 (#763)Michał Górny2022-05-263-4/+8
* Remove redundant wheel dep from pyproject.toml (#765)Michał Górny2022-05-261-1/+1
* Add to_jwk static method to ECAlgorithm (#732)Leon Smith2022-05-234-0/+138
* Revert "adding support for compressed payloads (#753)" (#761)Asif Saif Uddin2022-05-232-55/+1
* adding support for compressed payloads (#753)Daniel Miles2022-05-192-1/+55
* Bump actions/setup-python from 2 to 3 (#756)dependabot[bot]2022-05-161-4/+7
* Bump codecov/codecov-action from 1 to 3 (#757)dependabot[bot]2022-05-161-1/+1
* Bump actions/checkout from 2 to 3 (#758)dependabot[bot]2022-05-161-3/+3
* chore: fix lint errorsJosé Padilla2022-05-152-9/+12
* chore: update actions via dependabotJosé Padilla2022-05-151-0/+6
* chore: add stale workflowJosé Padilla2022-05-151-0/+25
* chore: update changelog2.4.0José Padilla2022-05-121-1/+1
* chore: update changelogJosé Padilla2022-05-121-1/+33
* fix: failing advisory testJosé Padilla2022-05-121-0/+3
* Merge pull request from GHSA-ffqj-6fqr-9h24José Padilla2022-05-126-23/+191
* Update CHANGELOG.rst (#751)Jaroslaw Zabiello2022-04-191-0/+5
* Replace various string interpolations with f-strings (#744)Aarni Koskela2022-04-127-21/+18
* [pre-commit.ci] pre-commit autoupdate (#748)pre-commit-ci[bot]2022-04-121-1/+1
* Don't mutate options dictionary in .decode_complete() (#743)Aarni Koskela2022-04-052-4/+10
* Add a deprecation warning when jwt.decode() is called with the legacy verify=...Aarni Koskela2022-04-052-0/+28
* [pre-commit.ci] pre-commit autoupdate (#740)pre-commit-ci[bot]2022-04-051-2/+2
* Add detached payload support for JWS encoding and decoding (#723)Florent Viard2022-03-262-9/+91
* Fixed TypeError (#738)Abram (^o^)2022-03-081-1/+1
* Docs: mention performance reasons for reusing RSAPrivateKey when encoding (#734)Dan Mahr2022-02-151-0/+3
* fix: Update copyright information (#729)Kevin Kirsche2022-02-023-3/+3
* [pre-commit.ci] pre-commit autoupdate (#728)pre-commit-ci[bot]2022-02-011-2/+2
* Update usage.rst (#727)guneybilen2022-01-281-1/+1
* api_jwk: Add PyJWKSet.__getitem__ (#725)William Woodruff2022-01-253-0/+31
* [pre-commit.ci] pre-commit autoupdate (#720)pre-commit-ci[bot]2021-12-281-1/+1
* Explicit check the key for ECAlgorithm (#713)Evgeniy Tatarkin2021-12-122-0/+18
* [pre-commit.ci] pre-commit autoupdate (#716)pre-commit-ci[bot]2021-12-111-1/+1
* documentation fix: show correct scope for decode_complete() (#661)sseering2021-12-101-0/+2