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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combine repetitive encode/decode tests using parametrize (#577)
Jon Dufresne
2020-12-21
1
-92
/
+26
*
Combine identical test functions using pytest.mark.parametrize() (#574)
Jon Dufresne
2020-12-21
1
-30
/
+12
*
Simplify black configuration to be closer to upstream defaults (#568)
Jon Dufresne
2020-12-21
5
-112
/
+36
*
Prefer ModuleNotFoundError over ImportError (#565)
Jon Dufresne
2020-12-21
4
-38
/
+35
*
Add utility functions to assist test skipping (#563)
Jon Dufresne
2020-12-19
7
-163
/
+76
*
Split PyJWT/PyJWS classes to tighten type interfaces (#559)
Jon Dufresne
2020-12-19
2
-3
/
+44
*
Do not mutate the input payload in PyJWT.encode() (#557)
Jon Dufresne
2020-12-19
1
-0
/
+6
*
Simplify mocked_response test utility function (#560)
Jon Dufresne
2020-12-19
1
-18
/
+14
*
Replace int_from_bytes() with builtin int.from_bytes() (#549)
Jon Dufresne
2020-12-17
2
-25
/
+1
*
Tighten bytes/str boundaries and remove unnecessary coercing (#547)
Jon Dufresne
2020-12-17
2
-15
/
+5
*
Replace force_bytes()/force_unicode() in tests with literals (#541)
Jon Dufresne
2020-12-17
2
-117
/
+105
*
Refactor jwt/jwks_client.py without requests dependency (#546)
Jon Dufresne
2020-12-16
1
-30
/
+40
*
Use existing key_path() utility function throughout tests (#540)
Jon Dufresne
2020-12-16
2
-29
/
+31
*
Remove unnecessary Unicode decoding before json.loads() (#542)
Jon Dufresne
2020-12-16
1
-3
/
+3
*
Remove unnecessary force_bytes() calls priot to base64url_decode() (#543)
Jon Dufresne
2020-12-16
1
-3
/
+3
*
Run pyupgrade to simplify code and use Python 3.6 syntax (#536)
Jon Dufresne
2020-12-16
5
-74
/
+68
*
Upgrade black version and usage (#538)
Jon Dufresne
2020-12-16
2
-7
/
+7
*
Upgrade to isort 5 and adjust configurations (#533)
Jon Dufresne
2020-12-16
2
-3
/
+5
*
Removed redundant `default_backend()` (#523)
Kaushal Rohit
2020-10-12
2
-39
/
+13
*
Implementation of ECAlgorithm.from_jwk (#500)
José Padilla
2020-08-24
6
-0
/
+126
*
Drop deprecation warnings (#515)
José Padilla
2020-08-24
13
-262
/
+324
*
Drop support for legacy contrib algorithms (#514)
José Padilla
2020-08-24
3
-300
/
+84
*
Introduce better experience for JWKs (#511)
José Padilla
2020-08-24
2
-0
/
+229
*
Remove cli entrypoint (#501)
José Padilla
2020-08-21
1
-177
/
+0
*
Setup GH Actions (#499)
José Padilla
2020-08-19
1
-1
/
+1
*
Remove unnecessary compatibility shims for Python 2 (#498)
Jon Dufresne
2020-06-19
2
-18
/
+1
*
Fix `tox -e lint` warnings and errors (#490)
Jon Dufresne
2020-06-09
2
-16
/
+15
*
Run pyupgrade across project to use modern Python 3 conventions (#491)
Jon Dufresne
2020-06-08
6
-97
/
+97
*
Add support for Ed25519 / EdDSA, with unit tests (#455)
Someguy123
2020-05-24
3
-0
/
+90
*
Require tweak (#280)
Pau Ruiz Safont
2020-05-14
1
-0
/
+15
*
Fix 406 (#454)
justinbaur
2019-11-16
1
-6
/
+29
*
Remove Python 2.7 compatibility (#457)
Bastien Vallet
2019-11-12
2
-17
/
+3
*
DX Tweaks (#450)
José Padilla
2019-10-21
12
-879
/
+1061
*
Fix linter error in test_cli (#414)
Jason R. Coombs
2019-05-04
1
-1
/
+1
*
Fix pytest and pinned test dependencies
1.7.1
José Padilla
2018-12-06
3
-3
/
+3
*
Fix bug if application does not specify audience (#336)
Derek Weitzel
2018-03-15
1
-0
/
+9
*
Fix #315: Raise InvalidSignatureError over generic DecodeError (#316)
Markus Holtermann
2017-12-01
1
-2
/
+9
*
Allow list of valid audiences to be passed in to PyJWT.decode() (#306)
René Springer
2017-11-26
3
-4
/
+18
*
Fix over-eager fallback to stdin (#304)
José Padilla
2017-11-05
1
-0
/
+31
*
Warn about missing algorithms arg only when verify is True
Przemysław Suliga
2017-08-31
2
-0
/
+31
*
Add warning when decoding with no algorithms specified
José Padilla
2017-06-22
2
-0
/
+20
*
Throw if key is an PKCS1 PEM-encoded public key
José Padilla
2017-06-22
2
-0
/
+12
*
Change optparse for argparse. (#238)
Froilan Irizarry
2017-05-18
1
-0
/
+127
*
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
*
Add a failing test for OpenSSH-formatted ECDSA public keys
Mark Adams
2017-03-14
2
-0
/
+8
*
Changes per code review
Landon GB
2016-11-30
1
-1
/
+1
*
Unit test for better errors when missing cryptography package
Landon GB
2016-11-28
1
-0
/
+6
*
Fix all flake8 issues tox is complaining about
Landon GB
2016-11-28
2
-0
/
+2
*
Merge pull request #219 from mike9005/es521_fix
Mark Adams
2016-10-24
1
-4
/
+4
|
\
[next]