summaryrefslogtreecommitdiff
path: root/jwt
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use generator expressions (#569)Jon Dufresne2020-12-211-1/+1
* Simplify black configuration to be closer to upstream defaults (#568)Jon Dufresne2020-12-215-42/+14
* Prefer ModuleNotFoundError over ImportError (#565)Jon Dufresne2020-12-213-3/+3
* Simplify from_base64url_uint() (#570)Jon Dufresne2020-12-211-4/+1
* Type hint jwt.utils module (#564)Jon Dufresne2020-12-201-10/+12
* Bump up version to 2.0.0a22.0.0a2José Padilla2020-12-191-1/+1
* Remove unused argument "payload" from PyJWS._verify_signature() (#562)Jon Dufresne2020-12-191-2/+1
* Split PyJWT/PyJWS classes to tighten type interfaces (#559)Jon Dufresne2020-12-195-43/+50
* Do not mutate the input payload in PyJWT.encode() (#557)Jon Dufresne2020-12-191-0/+1
* Use direct indexing in PyJWKClient.get_signing_key_from_jwt() (#558)Jon Dufresne2020-12-191-1/+1
* Tighten type checking of string values (#556)Jon Dufresne2020-12-172-4/+4
* Replace merge_dict() with builtin dict unpacking generalizations (#555)Jon Dufresne2020-12-173-21/+7
* Prefer direct indexing over options.get() (#552)Jon Dufresne2020-12-171-6/+6
* Cleanup "noqa" comments (#553)Jon Dufresne2020-12-173-4/+7
* Replace int_from_bytes() with builtin int.from_bytes() (#549)Jon Dufresne2020-12-171-4/+3
* Tighten bytes/str boundaries and remove unnecessary coercing (#547)Jon Dufresne2020-12-173-29/+15
* Enforce .encode() return type using mypy (#551)Jon Dufresne2020-12-172-2/+2
* Refactor jwt/jwks_client.py without requests dependency (#546)Jon Dufresne2020-12-161-14/+5
* Remove unnecessary Unicode decoding before json.loads() (#542)Jon Dufresne2020-12-162-3/+3
* Remove unnecessary force_bytes() calls priot to base64url_decode() (#543)Jon Dufresne2020-12-161-3/+3
* Run pyupgrade to simplify code and use Python 3.6 syntax (#536)Jon Dufresne2020-12-163-5/+3
* Upgrade black version and usage (#538)Jon Dufresne2020-12-162-3/+3
* Update typing syntax and usage for Python 3.6+ (#535)Jon Dufresne2020-12-164-37/+26
* Remove unused argument "verify" from PyJWS.decode() (#534)Jon Dufresne2020-12-161-1/+0
* Upgrade to isort 5 and adjust configurations (#533)Jon Dufresne2020-12-161-17/+16
* Avoid loading token twice in pyjwt.decode (#506)Federico Caselli2020-12-121-2/+0
* Update version to 2.0.0a1 (#528)José Padilla2020-11-021-1/+1