summaryrefslogtreecommitdiff
path: root/jwt
Commit message (Expand)AuthorAgeFilesLines
* Mypy as pre-commit check + api_jws typing (#787)Julian Maurin2022-08-033-38/+40
* Add cacheing functionality for JWK set (#781)Haoyu(Jerry) Wu2022-08-013-17/+110
* Add type hints to jwt/help.py and add missing types dependency (#784)Kevin Kirsche2022-08-011-5/+6
* Improve PyJWKSet error accuracy (#786)Julian Maurin2022-08-011-5/+7
* Update audience typing (#782)Julian Maurin2022-07-311-4/+6
* Fix for headers disorder issue (#721)kadabusha2022-07-191-1/+2
* Emit a deprecation warning for unsupported kwargs (#776)Stephen Rosen2022-07-053-8/+74
* Expose get_algorithm_by_name as new method (#773)Stephen Rosen2022-07-032-22/+33
* docs: fix simple typo, iinstance -> isinstance (#774)Tim Gates2022-07-031-1/+1
* Fixes for pyright on strict mode (#747)Brandon Chinn2022-05-312-6/+6
* Do not fail when an unusable key occurs (#762)Matthias Gilch2022-05-311-1/+8
* Add to_jwk static method to ECAlgorithm (#732)Leon Smith2022-05-231-0/+35
* Revert "adding support for compressed payloads (#753)" (#761)Asif Saif Uddin2022-05-231-22/+1
* adding support for compressed payloads (#753)Daniel Miles2022-05-191-1/+22
* chore: fix lint errorsJosé Padilla2022-05-151-1/+1
* Merge pull request from GHSA-ffqj-6fqr-9h24José Padilla2022-05-123-22/+80
* Replace various string interpolations with f-strings (#744)Aarni Koskela2022-04-126-17/+16
* Don't mutate options dictionary in .decode_complete() (#743)Aarni Koskela2022-04-051-4/+2
* Add a deprecation warning when jwt.decode() is called with the legacy verify=...Aarni Koskela2022-04-051-0/+12
* Add detached payload support for JWS encoding and decoding (#723)Florent Viard2022-03-261-9/+40
* fix: Update copyright information (#729)Kevin Kirsche2022-02-021-1/+1
* api_jwk: Add PyJWKSet.__getitem__ (#725)William Woodruff2022-01-251-0/+6
* Explicit check the key for ECAlgorithm (#713)Evgeniy Tatarkin2021-12-121-0/+6
* Don't use implicit optionals (#705)Kyungmin Lee2021-10-222-8/+8
* Bump up version to v2.3.0 (#703)2.3.0José Padilla2021-10-161-1/+1
* Revert "Remove arbitrary kwargs. (#657)" (#701)Asif Saif Uddin2021-10-152-13/+12
* Add exception chaining (#702)KDH2021-10-151-5/+5
* Bump up version to v2.2.0 (#697)2.2.0José Padilla2021-10-061-1/+1
* Use timezone package as Python 3.5+ is required (#694)Kevin Kirsche2021-10-061-2/+2
* Chore: inline Variables that immediately Returned (#690)Yasser Tahiri2021-10-035-43/+35
* Add support for Ed448/EdDSA. (#675)Ajitomi, Daisuke2021-10-031-18/+32
* Assume JWK is valid for signing if "use" is omitted (#668)Klavionik2021-08-121-1/+1
* Remove arbitrary kwargs. (#657)Ajitomi, Daisuke2021-08-082-12/+13
* Make typ optional (#644)Ajitomi, Daisuke2021-08-081-0/+2
* Prefer headers['alg'] to algorithm parameter in encode(). (#673)Ajitomi, Daisuke2021-08-052-2/+6
* Fix aud validation to support {'aud': null} case. (#670)Ajitomi, Daisuke2021-07-301-8/+7
* Bump up version to v2.1.0 (#653)2.1.0José Padilla2021-04-281-1/+1
* Export PyJWK and PyJWKSet (#652)José Padilla2021-04-281-0/+3
* Add to_jwk to Ed25519Algorithm. (#642) (#643)JohannesWill2021-04-281-0/+43
* Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorit...Ajitomi, Daisuke2021-04-161-0/+2
* Support JWK without alg. (#624)Ajitomi, Daisuke2021-03-221-2/+31
* Add from_jwk to Ed25519Algorithm (Support kty: OKP). (#623)Ajitomi, Daisuke2021-03-181-0/+31
* Add missing exceptions.InvalidKeyError to jwt module __init__ imports. (#620)Aaron Campbell2021-03-181-0/+2
* Support ES256K. (#629)Ajitomi, Daisuke2021-03-181-0/+9
* Cache signing keys (#611)Steven Pitts2021-02-271-1/+6
* Validate claims if configured and verify_signature is not. (#608)Rémy HUBSCHER2021-02-151-3/+9
* Bump up version to 2.0.1 (#604)2.0.1José Padilla2021-01-171-1/+1
* Fix `from_jwk()` for all algorithms (#598)José Padilla2021-01-111-3/+15
* Release 2.0.0 (#576)José Padilla2020-12-221-1/+1
* Complete type hinting of jwks_client.py (#578)Jon Dufresne2020-12-211-7/+8