Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new options for requiring exp, iat, and nbf claims. | Mark Adams | 2015-06-02 | 1 | -4/+19 |
* | 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 the... | Mark Adams | 2015-05-04 | 1 | -3/+3 |
* | `verify_expiration` was removed too soonbring-verify_expiration-back | José Padilla | 2015-04-26 | 1 | -0/+7 |
* | Refactored PyJWT._validate_claims into multiple PyJWT._validate_* | Mark Adams | 2015-04-19 | 1 | -41/+69 |
* | Refactored JWS-specific logic out of PyJWT and into PyJWS superclass | Mark Adams | 2015-04-19 | 1 | -0/+136 |