summaryrefslogtreecommitdiff
path: root/jwt
Commit message (Expand)AuthorAgeFilesLines
...
* Removed redundant `default_backend()` (#523)Kaushal Rohit2020-10-121-26/+13
* Implementation of ECAlgorithm.from_jwk (#500)José Padilla2020-08-241-0/+62
* Drop deprecation warnings (#515)José Padilla2020-08-245-74/+17
* Drop support for legacy contrib algorithms (#514)José Padilla2020-08-247-207/+70
* Introduce better experience for JWKs (#511)José Padilla2020-08-247-21/+225
* Return tokens as string not bytes (#513)José Padilla2020-08-241-1/+3
* Remove cli entrypoint (#501)José Padilla2020-08-211-211/+0
* Expose InvalidKeyError on jwt module (#503)Russell Cardullo2020-06-251-0/+1
* Remove unnecessary compatibility shims for Python 2 (#498)Jon Dufresne2020-06-199-64/+44
* CLI options for verifying audience and issuer (#496)Geoff Richards2020-06-161-1/+18
* Emit warnings about user code, not pyjwt code (#494)Marius Gedminas2020-06-092-0/+4
* Fix `tox -e lint` warnings and errors (#490)Jon Dufresne2020-06-092-35/+42
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-086-16/+11
* Add support for Ed25519 / EdDSA, with unit tests (#455)Someguy1232020-05-242-0/+83
* Enhance tracebacks. (#477)Julien Palard2020-05-151-9/+9
* Require tweak (#280)Pau Ruiz Safont2020-05-141-12/+22
* Fix 406 (#454)justinbaur2019-11-161-1/+27
* Remove Python 2.7 compatibility (#457)Bastien Vallet2019-11-122-56/+12
* DX Tweaks (#450)José Padilla2019-10-2111-354/+474
* Catch BadSignatureError raised by ecdsa 0.13.3 on verification errors (#448)StefanBruens2019-10-201-1/+3
* Fix mypy errors (#449)José Padilla2019-10-201-4/+4
* Prefer https:// links where available (#439)Jon Dufresne2019-09-281-1/+1
* Correct type for json_encoder argument (#438)Jon Dufresne2019-09-282-4/+4
* Decode return type is dict[str, Any] (#393)Jacopo Farina2019-01-311-2/+3
* Fix pytest and pinned test dependencies1.7.1José Padilla2018-12-061-1/+1
* Bump up version to v1.7.01.7.0José Padilla2018-12-011-1/+1
* Import collection ABC's from correct module (#384)Tsuyoshi Hombashi2018-11-253-8/+7
* Support Python 3.7 (#375)kreutz-hs2018-11-021-1/+5
* remove CRLF line endings (#353)Carl George2018-07-191-168/+168
* Fix #351 by reverting argument name changes for .decode() (#352)1.6.4Mark Adams2018-05-233-6/+6
* Bump up to v1.6.31.6.3José Padilla2018-05-191-1/+1
* Add help moduleJosé Padilla2018-05-191-0/+61
* Bump up versionJosé Padilla2018-05-191-2/+2
* RFC: Add type hints (#344)Jacopo Farina2018-04-082-10/+41
* all exceptions inherit from PyJwtError (#340)dmr2018-03-292-2/+10
* Bump up version to v1.6.11.6.1José Padilla2018-03-181-1/+1
* Fix bug if application does not specify audience (#336)Derek Weitzel2018-03-151-0/+5
* Expose InvalidSignatureError on jwt module (#335)Michael2018-03-061-1/+2
* Bump up version1.6.0José Padilla2018-03-031-1/+1
* Fix #315: Raise InvalidSignatureError over generic DecodeError (#316)Markus Holtermann2017-12-012-2/+9
* Allow list of valid audiences to be passed in to PyJWT.decode() (#306)René Springer2017-11-263-7/+8
* Fix over-eager fallback to stdin (#304)José Padilla2017-11-051-4/+10
* Remove code no longer needed with python2.6 droppedLandon GB2017-10-192-15/+2
* Bump up version to v1.5.3José Padilla2017-09-051-1/+1
* Warn about missing algorithms arg only when verify is TruePrzemysław Suliga2017-08-312-8/+9
* Require cryptography >= 1.4, replace deprecated functionRan Benita2017-08-251-42/+16
* Bump up for release1.5.2José Padilla2017-06-221-1/+1
* Ensure correct arguments order in decode super callJosé Padilla2017-06-221-2/+4
* Bump up version1.5.1José Padilla2017-06-221-1/+1
* Add warning when decoding with no algorithms specifiedJosé Padilla2017-06-222-0/+18