index
:
delta/python-packages/pyjwt.git
190-remove-iat-verification
2.0-develop
a1
add-docs
add-jwk-for-hmac-rsa
add-python-35
api
bionic
bring-verify_expiration-back
bump-version
changelog
cleanup-action
cleanup-pr305
deprecations
dx-tweaks
ecdsa-bkwards-compat
fix-298
fix-351
fix-cli-script
fix-ec-ssh-pub-key
fix-flake8
fix-from-jwk
fix-key-errors
fix-mypy
fix-type-error-on-bytes-key
fix-vuln
fix_alg_vuln_on_verify
followup-523
improve-usage
madams/cleanup-test-skips
madams/test
madams/test2
master
new-release
pre-commit-ci-update-config
prep-release
py36
pytest-version-bump
remove-cli
revert-657-remove-arbitrary-kwargs
string-tokens
travis-windows
update-changelog
v2-jwks
version-2.0.0
version-2.0.1
github.com: progrium/pyjwt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jwt
/
api_jwt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require tweak (#280)
Pau Ruiz Safont
2020-05-14
1
-12
/
+22
*
DX Tweaks (#450)
José Padilla
2019-10-21
1
-91
/
+107
*
Correct type for json_encoder argument (#438)
Jon Dufresne
2019-09-28
1
-2
/
+2
*
Decode return type is dict[str, Any] (#393)
Jacopo Farina
2019-01-31
1
-2
/
+3
*
Import collection ABC's from correct module (#384)
Tsuyoshi Hombashi
2018-11-25
1
-6
/
+1
*
Support Python 3.7 (#375)
kreutz-hs
2018-11-02
1
-1
/
+5
*
Fix #351 by reverting argument name changes for .decode() (#352)
1.6.4
Mark Adams
2018-05-23
1
-3
/
+3
*
RFC: Add type hints (#344)
Jacopo Farina
2018-04-08
1
-6
/
+22
*
Fix bug if application does not specify audience (#336)
Derek Weitzel
2018-03-15
1
-0
/
+5
*
Allow list of valid audiences to be passed in to PyJWT.decode() (#306)
René Springer
2017-11-26
1
-5
/
+8
*
Remove code no longer needed with python2.6 dropped
Landon GB
2017-10-19
1
-2
/
+2
*
Warn about missing algorithms arg only when verify is True
Przemysław Suliga
2017-08-31
1
-1
/
+1
*
Ensure correct arguments order in decode super call
José Padilla
2017-06-22
1
-2
/
+4
*
Add warning when decoding with no algorithms specified
José Padilla
2017-06-22
1
-0
/
+9
*
PyJWT.decode: move verify param into options (#271)
Daniel Hahler
2017-06-21
1
-2
/
+6
*
DeprecationWarnings: more helpful message (#270)
Daniel Hahler
2017-06-12
1
-1
/
+2
*
Non-numeric 'iat' now raises InvalidIssuedAtError on decode()
190-remove-iat-verification
Mark Adams
2017-04-17
1
-1
/
+1
*
Stop rejecting tokens with future 'iat' values
Mark Adams
2017-04-17
1
-5
/
+1
*
Added new options for requiring exp, iat, and nbf claims.
Mark Adams
2015-06-02
1
-4
/
+19
*
Added get_unverified_header to public API
Mark Adams
2015-05-09
1
-0
/
+1
*
Made options a mandatory argument to PyJWT._validate_claims and reordered the...
Mark Adams
2015-05-04
1
-3
/
+3
*
`verify_expiration` was removed too soon
bring-verify_expiration-back
José Padilla
2015-04-26
1
-0
/
+7
*
Refactored PyJWT._validate_claims into multiple PyJWT._validate_*
Mark Adams
2015-04-19
1
-41
/
+69
*
Refactored JWS-specific logic out of PyJWT and into PyJWS superclass
Mark Adams
2015-04-19
1
-0
/
+136