summaryrefslogtreecommitdiff
path: root/jwt/api_jws.py
Commit message (Expand)AuthorAgeFilesLines
* Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsaMark Adams2016-08-281-6/+8
* binary_type verification added to make the code more future-proofMauricio Aizaga2015-10-231-4/+5
* Fixed syntax for python 2.6Mauricio Aizaga2015-10-221-1/+1
* Fixed #183 AttributeError: 'NoneType' object has no attribute 'rsplit'Mauricio Aizaga2015-10-221-0/+3
* Change TypeError on bad `kid` to InvalidTokenErrorGabriel Gironda2015-07-231-2/+2
* Fail on encode and decode of bad JWS header valuesGabriel Gironda2015-07-211-2/+13
* Fixed #167 throw InvalidAlgorithmError if alg not in headerAlexandru Mihai2015-06-221-1/+1
* Added get_unverified_header to public APIMark Adams2015-05-091-0/+1
* Added get_unverified_header method so that unverified headers can be retrieve...Mark Adams2015-05-081-0/+8
* Removed an extra attempt to encode the payload that I missed when I was refac...Mark Adams2015-04-191-4/+1
* Refactored JWS-specific logic out of PyJWT and into PyJWS superclassMark Adams2015-04-191-0/+183