summaryrefslogtreecommitdiff
path: root/jwt/api_jwt.py
Commit message (Collapse)AuthorAgeFilesLines
* Added new options for requiring exp, iat, and nbf claims.Mark Adams2015-06-021-4/+19
| | | | Thanks to David Black <dblack@atlassian.com> for the suggestion.
* Added get_unverified_header to public APIMark Adams2015-05-091-0/+1
|
* Made options a mandatory argument to PyJWT._validate_claims and reordered ↵Mark Adams2015-05-041-3/+3
| | | | the arguments to reflect the change. Resolves #148.
* `verify_expiration` was removed too soonbring-verify_expiration-backJosé Padilla2015-04-261-0/+7
| | | | - Merge with `verify_exp` option - Add deprecation warning
* Refactored PyJWT._validate_claims into multiple PyJWT._validate_*Mark Adams2015-04-191-41/+69
| | | | submethods to eliminate a lot of complexity.
* Refactored JWS-specific logic out of PyJWT and into PyJWS superclassMark Adams2015-04-191-0/+136