summaryrefslogtreecommitdiff
path: root/jwt/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Added new options for requiring exp, iat, and nbf claims.Mark Adams2015-06-021-0/+8
* Made some PEP8 fixes that came from the last commit.Mark Adams2015-03-291-1/+1
* Added checks on iat to make sure that a token can't be issued for theMark Adams2015-03-291-1/+9
* Added the ability to specify both a global alg whitelist for a PyJWT object a...Mark Adams2015-03-171-0/+4
* Added a check to raise an error if alg = 'none' and a key is specified. (Fixe...Mark Adams2015-03-171-1/+1
* Fixed indentation and spacing to pass PEP8Mark Adams2015-03-171-0/+1
* Added a check so that asymmetric keys cannot be used as HMAC secrets to fix #105Mark Adams2015-03-171-0/+3
* Cleanup __init__ moduleJosé Padilla2015-01-181-0/+24