Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new options for requiring exp, iat, and nbf claims. | Mark Adams | 2015-06-02 | 1 | -4/+19 |
| | | | | Thanks to David Black <dblack@atlassian.com> for the suggestion. | ||||
* | Added get_unverified_header to public API | Mark Adams | 2015-05-09 | 1 | -0/+1 |
| | |||||
* | Made options a mandatory argument to PyJWT._validate_claims and reordered ↵ | Mark Adams | 2015-05-04 | 1 | -3/+3 |
| | | | | the arguments to reflect the change. Resolves #148. | ||||
* | `verify_expiration` was removed too soonbring-verify_expiration-back | José Padilla | 2015-04-26 | 1 | -0/+7 |
| | | | | - Merge with `verify_exp` option - Add deprecation warning | ||||
* | Refactored PyJWT._validate_claims into multiple PyJWT._validate_* | Mark Adams | 2015-04-19 | 1 | -41/+69 |
| | | | | submethods to eliminate a lot of complexity. | ||||
* | Refactored JWS-specific logic out of PyJWT and into PyJWS superclass | Mark Adams | 2015-04-19 | 1 | -0/+136 |