summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.6.0 (#813)2.6.0José Padilla2022-10-192-2/+18
* [pre-commit.ci] pre-commit autoupdate (#810)pre-commit-ci[bot]2022-10-191-2/+2
* Handling 'ImmatureSignatureError' for issued_at time (#794)Sriharan Manogaran2022-10-153-1/+13
* Invalidate exp when exp == now() (#797)William Edmisten2022-09-232-1/+3
* Bump actions/stale from 5 to 6 (#808)dependabot[bot]2022-09-231-1/+1
* [pre-commit.ci] pre-commit autoupdate (#798)pre-commit-ci[bot]2022-09-201-1/+1
* bump up cryptography >= 3.4.0 (#807)José Padilla2022-09-201-3/+2
* Remove `types-cryptography` from `crypto` extra (#805)Atte Lautanala2022-09-191-1/+0
* fix: version 2.5.0 heading typo (#803)Stephen Liu2022-09-191-1/+1
* Bump version to 2.5.0 (#801)2.5.0José Padilla2022-09-172-11/+33
* [pre-commit.ci] pre-commit autoupdate (#791)pre-commit-ci[bot]2022-08-141-1/+1
* Mypy as pre-commit check + api_jws typing (#787)Julian Maurin2022-08-037-53/+51
* [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