summaryrefslogtreecommitdiff
path: root/jwt/api_jwt.py
Commit message (Expand)AuthorAgeFilesLines
* Require tweak (#280)Pau Ruiz Safont2020-05-141-12/+22
* DX Tweaks (#450)José Padilla2019-10-211-91/+107
* Correct type for json_encoder argument (#438)Jon Dufresne2019-09-281-2/+2
* Decode return type is dict[str, Any] (#393)Jacopo Farina2019-01-311-2/+3
* Import collection ABC's from correct module (#384)Tsuyoshi Hombashi2018-11-251-6/+1
* Support Python 3.7 (#375)kreutz-hs2018-11-021-1/+5
* Fix #351 by reverting argument name changes for .decode() (#352)1.6.4Mark Adams2018-05-231-3/+3
* RFC: Add type hints (#344)Jacopo Farina2018-04-081-6/+22
* Fix bug if application does not specify audience (#336)Derek Weitzel2018-03-151-0/+5
* Allow list of valid audiences to be passed in to PyJWT.decode() (#306)René Springer2017-11-261-5/+8
* Remove code no longer needed with python2.6 droppedLandon GB2017-10-191-2/+2
* Warn about missing algorithms arg only when verify is TruePrzemysław Suliga2017-08-311-1/+1
* Ensure correct arguments order in decode super callJosé Padilla2017-06-221-2/+4
* Add warning when decoding with no algorithms specifiedJosé Padilla2017-06-221-0/+9
* PyJWT.decode: move verify param into options (#271)Daniel Hahler2017-06-211-2/+6
* DeprecationWarnings: more helpful message (#270)Daniel Hahler2017-06-121-1/+2
* 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
* Added new options for requiring exp, iat, and nbf claims.Mark Adams2015-06-021-4/+19
* Added get_unverified_header to public APIMark Adams2015-05-091-0/+1
* Made options a mandatory argument to PyJWT._validate_claims and reordered the...Mark Adams2015-05-041-3/+3
* `verify_expiration` was removed too soonbring-verify_expiration-backJosé Padilla2015-04-261-0/+7
* Refactored PyJWT._validate_claims into multiple PyJWT._validate_*Mark Adams2015-04-191-41/+69
* Refactored JWS-specific logic out of PyJWT and into PyJWS superclassMark Adams2015-04-191-0/+136