summaryrefslogtreecommitdiff
path: root/jwt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Throw if key is an PKCS1 PEM-encoded public keyJosé Padilla2017-06-221-0/+1
* PyJWT.decode: move verify param into options (#271)Daniel Hahler2017-06-212-3/+7
* DeprecationWarnings: more helpful message (#270)Daniel Hahler2017-06-122-2/+4
* Change optparse for argparse. (#238)Froilan Irizarry2017-05-181-89/+115
* Expose InvalidAlgorithmError on jwt moduleEvan Heidtmann2017-05-181-4/+4
* v1.5.0 releasenew-releaseMark Adams2017-04-171-1/+1
* Non-numeric 'iat' now raises InvalidIssuedAtError on decode()190-remove-iat-verificationMark Adams2017-04-171-1/+1
* Stop rejecting tokens with future 'iat' valuesMark Adams2017-04-171-5/+1
* Add support for public keys in OpenSSH (RFC 4253) format.Mark Adams2017-03-141-1/+4
* Require cryptography >= 1.0, replace deprecated functionRan Benita2016-12-171-3/+3
* python2.6 does not support set literalsLandon GB2016-11-301-2/+2
* Changes per code reviewLandon GB2016-11-302-43/+20
* Fix all flake8 issues tox is complaining aboutLandon GB2016-11-283-3/+4
* Removing accidently comma (no, this shouldn't be a tupple)Landon GB2016-11-281-1/+1
* Merge remote-tracking branch 'upstream/master'Landon GB2016-11-285-26/+224
|\