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
/
api_jws.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add JWK support for HMAC and RSA keys
add-jwk-for-hmac-rsa
Mark Adams
2016-08-28
1
-6
/
+8
*
binary_type verification added to make the code more future-proof
Mauricio Aizaga
2015-10-23
1
-4
/
+5
*
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
*
Fixed #167 throw InvalidAlgorithmError if alg not in header
Alexandru Mihai
2015-06-22
1
-1
/
+1
*
Added get_unverified_header to public API
Mark Adams
2015-05-09
1
-0
/
+1
*
Added get_unverified_header method so that unverified headers can be retrieve...
Mark Adams
2015-05-08
1
-0
/
+8
*
Removed an extra attempt to encode the payload that I missed when I was refac...
Mark Adams
2015-04-19
1
-4
/
+1
*
Refactored JWS-specific logic out of PyJWT and into PyJWS superclass
Mark Adams
2015-04-19
1
-0
/
+183