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
*
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
*
Catch BadSignatureError raised by ecdsa 0.13.3 on verification errors (#448)
StefanBruens
2019-10-20
1
-1
/
+3
*
Fix mypy errors (#449)
José Padilla
2019-10-20
1
-4
/
+4
*
Prefer https:// links where available (#439)
Jon Dufresne
2019-09-28
1
-1
/
+1
*
Correct type for json_encoder argument (#438)
Jon Dufresne
2019-09-28
2
-4
/
+4
*
Decode return type is dict[str, Any] (#393)
Jacopo Farina
2019-01-31
1
-2
/
+3
*
Fix pytest and pinned test dependencies
1.7.1
José Padilla
2018-12-06
1
-1
/
+1
*
Bump up version to v1.7.0
1.7.0
José Padilla
2018-12-01
1
-1
/
+1
*
Import collection ABC's from correct module (#384)
Tsuyoshi Hombashi
2018-11-25
3
-8
/
+7
*
Support Python 3.7 (#375)
kreutz-hs
2018-11-02
1
-1
/
+5
*
remove CRLF line endings (#353)
Carl George
2018-07-19
1
-168
/
+168
*
Fix #351 by reverting argument name changes for .decode() (#352)
1.6.4
Mark Adams
2018-05-23
3
-6
/
+6
*
Bump up to v1.6.3
1.6.3
José Padilla
2018-05-19
1
-1
/
+1
*
Add help module
José Padilla
2018-05-19
1
-0
/
+61
*
Bump up version
José Padilla
2018-05-19
1
-2
/
+2
*
RFC: Add type hints (#344)
Jacopo Farina
2018-04-08
2
-10
/
+41
*
all exceptions inherit from PyJwtError (#340)
dmr
2018-03-29
2
-2
/
+10
*
Bump up version to v1.6.1
1.6.1
José Padilla
2018-03-18
1
-1
/
+1
*
Fix bug if application does not specify audience (#336)
Derek Weitzel
2018-03-15
1
-0
/
+5
*
Expose InvalidSignatureError on jwt module (#335)
Michael
2018-03-06
1
-1
/
+2
*
Bump up version
1.6.0
José Padilla
2018-03-03
1
-1
/
+1
*
Fix #315: Raise InvalidSignatureError over generic DecodeError (#316)
Markus Holtermann
2017-12-01
2
-2
/
+9
*
Allow list of valid audiences to be passed in to PyJWT.decode() (#306)
René Springer
2017-11-26
3
-7
/
+8
*
Fix over-eager fallback to stdin (#304)
José Padilla
2017-11-05
1
-4
/
+10
*
Remove code no longer needed with python2.6 dropped
Landon GB
2017-10-19
2
-15
/
+2
*
Bump up version to v1.5.3
José Padilla
2017-09-05
1
-1
/
+1
*
Warn about missing algorithms arg only when verify is True
Przemysław Suliga
2017-08-31
2
-8
/
+9
*
Require cryptography >= 1.4, replace deprecated function
Ran Benita
2017-08-25
1
-42
/
+16
*
Bump up for release
1.5.2
José Padilla
2017-06-22
1
-1
/
+1
*
Ensure correct arguments order in decode super call
José Padilla
2017-06-22
1
-2
/
+4
*
Bump up version
1.5.1
José Padilla
2017-06-22
1
-1
/
+1
*
Add warning when decoding with no algorithms specified
José Padilla
2017-06-22
2
-0
/
+18
*
Throw if key is an PKCS1 PEM-encoded public key
José Padilla
2017-06-22
1
-0
/
+1
*
PyJWT.decode: move verify param into options (#271)
Daniel Hahler
2017-06-21
2
-3
/
+7
*
DeprecationWarnings: more helpful message (#270)
Daniel Hahler
2017-06-12
2
-2
/
+4
*
Change optparse for argparse. (#238)
Froilan Irizarry
2017-05-18
1
-89
/
+115
*
Expose InvalidAlgorithmError on jwt module
Evan Heidtmann
2017-05-18
1
-4
/
+4
*
v1.5.0 release
new-release
Mark Adams
2017-04-17
1
-1
/
+1
*
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
*
Add support for public keys in OpenSSH (RFC 4253) format.
Mark Adams
2017-03-14
1
-1
/
+4
*
Require cryptography >= 1.0, replace deprecated function
Ran Benita
2016-12-17
1
-3
/
+3
*
python2.6 does not support set literals
Landon GB
2016-11-30
1
-2
/
+2
*
Changes per code review
Landon GB
2016-11-30
2
-43
/
+20
*
Fix all flake8 issues tox is complaining about
Landon GB
2016-11-28
3
-3
/
+4
*
Removing accidently comma (no, this shouldn't be a tupple)
Landon GB
2016-11-28
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master'
Landon GB
2016-11-28
5
-26
/
+224
|
\
[next]