Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new options for requiring exp, iat, and nbf claims. | Mark Adams | 2015-06-02 | 1 | -0/+8 |
* | 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 |
* | Added the ability to specify both a global alg whitelist for a PyJWT object a... | Mark Adams | 2015-03-17 | 1 | -0/+4 |
* | Added a check to raise an error if alg = 'none' and a key is specified. (Fixe... | Mark Adams | 2015-03-17 | 1 | -1/+1 |
* | 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 |