Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new options for requiring exp, iat, and nbf claims. | Mark Adams | 2015-06-02 | 1 | -0/+8 |
| | | | | Thanks to David Black <dblack@atlassian.com> for the suggestion. | ||||
* | Made some PEP8 fixes that came from the last commit. | Mark Adams | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | Added checks on iat to make sure that a token can't be issued for the | Mark Adams | 2015-03-29 | 1 | -1/+9 |
| | | | | | future Changed nbf exception to ImmatureSignatureError | ||||
* | Added the ability to specify both a global alg whitelist for a PyJWT object ↵ | Mark Adams | 2015-03-17 | 1 | -0/+4 |
| | | | | and a whitelist for calls to decode. (Fixes #107) | ||||
* | Added a check to raise an error if alg = 'none' and a key is specified. ↵ | Mark Adams | 2015-03-17 | 1 | -1/+1 |
| | | | | (Fixes #106) | ||||
* | Fixed indentation and spacing to pass PEP8 | Mark Adams | 2015-03-17 | 1 | -0/+1 |
| | |||||
* | Added a check so that asymmetric keys cannot be used as HMAC secrets to fix #105 | Mark Adams | 2015-03-17 | 1 | -0/+3 |
| | |||||
* | Cleanup __init__ module | José Padilla | 2015-01-18 | 1 | -0/+24 |
- Expose public API - Move exceptions to separate module - Use relative imports |