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
/
tests
/
test_api_jwt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary compatibility shims for Python 2 (#498)
Jon Dufresne
2020-06-19
1
-1
/
+1
*
Run pyupgrade across project to use modern Python 3 conventions (#491)
Jon Dufresne
2020-06-08
1
-3
/
+3
*
Require tweak (#280)
Pau Ruiz Safont
2020-05-14
1
-0
/
+15
*
DX Tweaks (#450)
José Padilla
2019-10-21
1
-241
/
+231
*
Fix pytest and pinned test dependencies
1.7.1
José Padilla
2018-12-06
1
-1
/
+1
*
Fix bug if application does not specify audience (#336)
Derek Weitzel
2018-03-15
1
-0
/
+9
*
Allow list of valid audiences to be passed in to PyJWT.decode() (#306)
René Springer
2017-11-26
1
-2
/
+18
*
Warn about missing algorithms arg only when verify is True
Przemysław Suliga
2017-08-31
1
-0
/
+13
*
Add warning when decoding with no algorithms specified
José Padilla
2017-06-22
1
-0
/
+10
*
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
-7
/
+0
*
Added new options for requiring exp, iat, and nbf claims.
Mark Adams
2015-06-02
1
-12
/
+53
*
Fix the ECDSA signature serialization format when using cryptography
esneider
2015-05-13
1
-5
/
+4
*
`verify_expiration` was removed too soon
bring-verify_expiration-back
José Padilla
2015-04-26
1
-0
/
+20
*
Split tests between PyJWS and PyJWT object responsiblities
Mark Adams
2015-04-19
1
-502
/
+31
*
Refactored JWS-specific logic out of PyJWT and into PyJWS superclass
Mark Adams
2015-04-19
1
-0
/
+892