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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump up version to 2.0.1
version-2.0.1
José Padilla
2021-01-12
1
-1
/
+1
*
Fix `from_jwk()` for all algorithms (#598)
José Padilla
2021-01-11
1
-3
/
+15
*
Release 2.0.0 (#576)
José Padilla
2020-12-22
1
-1
/
+1
*
Complete type hinting of jwks_client.py (#578)
Jon Dufresne
2020-12-21
1
-7
/
+8
*
Use generator expressions (#569)
Jon Dufresne
2020-12-21
1
-1
/
+1
*
Simplify black configuration to be closer to upstream defaults (#568)
Jon Dufresne
2020-12-21
5
-42
/
+14
*
Prefer ModuleNotFoundError over ImportError (#565)
Jon Dufresne
2020-12-21
3
-3
/
+3
*
Simplify from_base64url_uint() (#570)
Jon Dufresne
2020-12-21
1
-4
/
+1
*
Type hint jwt.utils module (#564)
Jon Dufresne
2020-12-20
1
-10
/
+12
*
Bump up version to 2.0.0a2
2.0.0a2
José Padilla
2020-12-19
1
-1
/
+1
*
Remove unused argument "payload" from PyJWS._verify_signature() (#562)
Jon Dufresne
2020-12-19
1
-2
/
+1
*
Split PyJWT/PyJWS classes to tighten type interfaces (#559)
Jon Dufresne
2020-12-19
5
-43
/
+50
*
Do not mutate the input payload in PyJWT.encode() (#557)
Jon Dufresne
2020-12-19
1
-0
/
+1
*
Use direct indexing in PyJWKClient.get_signing_key_from_jwt() (#558)
Jon Dufresne
2020-12-19
1
-1
/
+1
*
Tighten type checking of string values (#556)
Jon Dufresne
2020-12-17
2
-4
/
+4
*
Replace merge_dict() with builtin dict unpacking generalizations (#555)
Jon Dufresne
2020-12-17
3
-21
/
+7
*
Prefer direct indexing over options.get() (#552)
Jon Dufresne
2020-12-17
1
-6
/
+6
*
Cleanup "noqa" comments (#553)
Jon Dufresne
2020-12-17
3
-4
/
+7
*
Replace int_from_bytes() with builtin int.from_bytes() (#549)
Jon Dufresne
2020-12-17
1
-4
/
+3
*
Tighten bytes/str boundaries and remove unnecessary coercing (#547)
Jon Dufresne
2020-12-17
3
-29
/
+15
*
Enforce .encode() return type using mypy (#551)
Jon Dufresne
2020-12-17
2
-2
/
+2
*
Refactor jwt/jwks_client.py without requests dependency (#546)
Jon Dufresne
2020-12-16
1
-14
/
+5
*
Remove unnecessary Unicode decoding before json.loads() (#542)
Jon Dufresne
2020-12-16
2
-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
3
-5
/
+3
*
Upgrade black version and usage (#538)
Jon Dufresne
2020-12-16
2
-3
/
+3
*
Update typing syntax and usage for Python 3.6+ (#535)
Jon Dufresne
2020-12-16
4
-37
/
+26
*
Remove unused argument "verify" from PyJWS.decode() (#534)
Jon Dufresne
2020-12-16
1
-1
/
+0
*
Upgrade to isort 5 and adjust configurations (#533)
Jon Dufresne
2020-12-16
1
-17
/
+16
*
Avoid loading token twice in pyjwt.decode (#506)
Federico Caselli
2020-12-12
1
-2
/
+0
*
Update version to 2.0.0a1 (#528)
José Padilla
2020-11-02
1
-1
/
+1
*
Removed redundant `default_backend()` (#523)
Kaushal Rohit
2020-10-12
1
-26
/
+13
*
Implementation of ECAlgorithm.from_jwk (#500)
José Padilla
2020-08-24
1
-0
/
+62
*
Drop deprecation warnings (#515)
José Padilla
2020-08-24
5
-74
/
+17
*
Drop support for legacy contrib algorithms (#514)
José Padilla
2020-08-24
7
-207
/
+70
*
Introduce better experience for JWKs (#511)
José Padilla
2020-08-24
7
-21
/
+225
*
Return tokens as string not bytes (#513)
José Padilla
2020-08-24
1
-1
/
+3
*
Remove cli entrypoint (#501)
José Padilla
2020-08-21
1
-211
/
+0
*
Expose InvalidKeyError on jwt module (#503)
Russell Cardullo
2020-06-25
1
-0
/
+1
*
Remove unnecessary compatibility shims for Python 2 (#498)
Jon Dufresne
2020-06-19
9
-64
/
+44
*
CLI options for verifying audience and issuer (#496)
Geoff Richards
2020-06-16
1
-1
/
+18
*
Emit warnings about user code, not pyjwt code (#494)
Marius Gedminas
2020-06-09
2
-0
/
+4
*
Fix `tox -e lint` warnings and errors (#490)
Jon Dufresne
2020-06-09
2
-35
/
+42
*
Run pyupgrade across project to use modern Python 3 conventions (#491)
Jon Dufresne
2020-06-08
6
-16
/
+11
*
Add support for Ed25519 / EdDSA, with unit tests (#455)
Someguy123
2020-05-24
2
-0
/
+83
*
Enhance tracebacks. (#477)
Julien Palard
2020-05-15
1
-9
/
+9
*
Require tweak (#280)
Pau Ruiz Safont
2020-05-14
1
-12
/
+22
*
Fix 406 (#454)
justinbaur
2019-11-16
1
-1
/
+27
*
Remove Python 2.7 compatibility (#457)
Bastien Vallet
2019-11-12
2
-56
/
+12
*
DX Tweaks (#450)
José Padilla
2019-10-21
11
-354
/
+474
[next]