summaryrefslogtreecommitdiff
path: root/tests/test_api_jwt.py
Commit message (Expand)AuthorAgeFilesLines
* Added new options for requiring exp, iat, and nbf claims.Mark Adams2015-06-021-12/+53
* Fix the ECDSA signature serialization format when using cryptographyesneider2015-05-131-5/+4
* `verify_expiration` was removed too soonbring-verify_expiration-backJosé Padilla2015-04-261-0/+20
* Split tests between PyJWS and PyJWT object responsiblitiesMark Adams2015-04-191-502/+31
* Refactored JWS-specific logic out of PyJWT and into PyJWS superclassMark Adams2015-04-191-0/+892