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
*
Reflect that --no-verify also ignores claims
Gunnlaugur Thor Briem
2015-11-30
1
-1
/
+1
*
binary_type verification added to make the code more future-proof
Mauricio Aizaga
2015-10-23
2
-4
/
+7
*
Fixed syntax for python 2.6
Mauricio Aizaga
2015-10-22
1
-1
/
+1
*
Fixed #183 AttributeError: 'NoneType' object has no attribute 'rsplit'
Mauricio Aizaga
2015-10-22
1
-0
/
+3
*
Change TypeError on bad `kid` to InvalidTokenError
Gabriel Gironda
2015-07-23
1
-2
/
+2
*
Fail on encode and decode of bad JWS header values
Gabriel Gironda
2015-07-21
1
-2
/
+13
*
Bump up version to v1.4.0
1.4.0
José Padilla
2015-07-16
1
-1
/
+1
*
Merge branch 'master' of https://github.com/jpadilla/pyjwt
Alexandru Mihai
2015-06-22
3
-5
/
+29
|
\
|
*
Added new options for requiring exp, iat, and nbf claims.
Mark Adams
2015-06-02
3
-5
/
+29
*
|
Fixed #167 throw InvalidAlgorithmError if alg not in header
Alexandru Mihai
2015-06-22
1
-1
/
+1
|
/
*
Preparing for 1.3 release
Mark Adams
2015-05-22
1
-1
/
+1
*
Changed RSA-PSS algorithm to use the digest size of the hash function for the...
Mark Adams
2015-05-19
1
-2
/
+2
*
Merged master branch in to remove Python 3.2 support and add the new
Mark Adams
2015-05-18
5
-9
/
+150
|
\
|
*
refactor scripts, testing, travis and tox
Gabi Davar
2015-05-17
1
-0
/
+135
|
*
Removed constant_time_compare branch that was only needed for Python 3.2
Mark Adams
2015-05-16
1
-8
/
+3
|
*
Added get_unverified_header to public API
Mark Adams
2015-05-09
3
-1
/
+4
|
*
Added get_unverified_header method so that unverified headers can be retrieve...
Mark Adams
2015-05-08
1
-0
/
+8
*
|
Fix python3 and pep8 issues
esneider
2015-05-13
2
-3
/
+3
*
|
Fix the ECDSA signature serialization format when using cryptography
esneider
2015-05-13
2
-2
/
+50
*
|
Fix the ECDSA signature serialization format
esneider
2015-05-10
1
-3
/
+3
|
/
*
Made options a mandatory argument to PyJWT._validate_claims and reordered the...
Mark Adams
2015-05-04
1
-3
/
+3
*
Bump up version
1.2.0
José Padilla
2015-04-28
1
-1
/
+1
*
`verify_expiration` was removed too soon
bring-verify_expiration-back
José Padilla
2015-04-26
1
-0
/
+7
*
Removed an extra attempt to encode the payload that I missed when I was refac...
Mark Adams
2015-04-19
2
-4
/
+2
*
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
4
-261
/
+320
*
Bump up version
José Padilla
2015-04-15
1
-1
/
+1
*
Merge pull request #135 from mark-adams/minor-updates
José Padilla
2015-04-14
2
-19
/
+18
|
\
|
*
Added a test to improve coverage and cleaned up some existing tests.
Mark Adams
2015-04-12
1
-1
/
+1
|
*
Created merge_dict utility function
Mark Adams
2015-04-12
2
-18
/
+17
|
*
Optimized _merge_options and changed some variable names
Mark Adams
2015-04-12
1
-8
/
+8
|
*
Changed PyJWT.default_options to options
Mark Adams
2015-04-12
1
-4
/
+4
*
|
Added a deprecation warning for using verify= instead of options= on decode()
Mark Adams
2015-04-12
1
-0
/
+3
|
/
*
Added support for RSASSA-PSS algorithms (PS256, PS384, PS512)
Mark Adams
2015-04-08
1
-7
/
+45
*
refactor option merging, add myself to AUTHORS, s/dict()/{}
Michael Davis
2015-04-08
1
-12
/
+8
*
Remove dict comprehension for py26 compatibility
Michael Davis
2015-04-06
1
-5
/
+12
*
Add flexible and complete verification options
Michael Davis
2015-04-06
1
-11
/
+38
*
Made some PEP8 fixes that came from the last commit.
Mark Adams
2015-03-29
2
-4
/
+4
*
Added checks on iat to make sure that a token can't be issued for the
Mark Adams
2015-03-29
3
-13
/
+23
*
Moved claims validation into a seperate private method to make it simpler to ...
Mark Adams
2015-03-29
1
-9
/
+13
*
Changed _verify_signature to use int() casted values for comparisons.
Mark Adams
2015-03-29
1
-2
/
+2
*
Added validation for 'nbf' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
1
-0
/
+5
*
Added validation for 'iat' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
1
-1
/
+7
*
Added validation for 'exp' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
1
-0
/
+5
*
Bump up version
v1.0.1
1.0.1
José Padilla
2015-03-26
1
-1
/
+1
*
Fixed some warnings in algorithms.py related to the relocation of some crypto...
Mark Adams
2015-03-18
1
-5
/
+11
*
Bump up version
José Padilla
2015-03-18
1
-1
/
+1
*
Added unregister_algorithm to the public API
Mark Adams
2015-03-17
2
-1
/
+4
*
Added the ability to specify both a global alg whitelist for a PyJWT object a...
Mark Adams
2015-03-17
3
-28
/
+57
*
Fix typo
José Padilla
2015-03-17
1
-1
/
+1
[next]