summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Non-numeric 'iat' now raises InvalidIssuedAtError on decode()190-remove-iat-verificationMark Adams2017-04-171-0/+2
|
* Stop rejecting tokens with future 'iat' valuesMark Adams2017-04-171-3/+0
| | | | | | | | | | RFC 7519 does not specify or even suggest this type of validation on the 'iat' claim and it has caused issues for several consumers of PyJWT. This change removes the validation on future 'iat' values and leaves such things up to the application developer to implement. Fixes #190.
* Be specific for Python2 and Python3David Binetti2017-03-281-3/+11
|
* Update FAQ to clarify Python2/3 differencesDavid Binetti2017-03-281-0/+5
|
* Fix typo in rstMichael Collis2016-09-211-1/+1
|
* Fix imports in code exampleMatti John2015-11-111-2/+2
|
* Added docs/ with awesome new documentation 🎉Mark Adams2015-10-238-0/+909