summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Remove src path changesJosé Padilla2020-06-191-1/+1
* Setup GH ActionsJosé Padilla2020-06-191-210/+41
* Remove unnecessary compatibility shims for Python 2 (#498)Jon Dufresne2020-06-191-1/+1
* Fix `tox -e lint` warnings and errors (#490)Jon Dufresne2020-06-091-7/+1
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-081-9/+7
* Require tweak (#280)Pau Ruiz Safont2020-05-141-0/+10
* Document top-level .encode and .decode to close #459 (#482)Dima Tisnek2020-04-262-4/+64
* Improve documentation for audience usage (#484)Correy Lim2020-04-261-8/+35
* DX Tweaks (#450)José Padilla2019-10-213-87/+93
* Document (and prefer) `pyjwt[crypto]` req format (#426)Gunnlaugur Thor Briem2019-06-121-2/+7
* Fixes example invocations in README.rst and docs/index.rst. (#368)Debayan De2018-08-141-2/+2
* Update usage.rst (#360)PatrikBillgren2018-07-191-1/+1
* Added section to usage docs for jwt.get_unverified_header() (#350)Alejandro J. C De Baca2018-05-191-0/+14
* Update legacy instructions for using pycrypto (#337)Casey2018-03-221-0/+3
* Add missing close quote. (#327)Stephen Paulger2018-01-231-1/+1
* Fix hyperlink formatting in algorithms.rst (#324)tornato72018-01-151-1/+1
* Fix #315: Raise InvalidSignatureError over generic DecodeError (#316)Markus Holtermann2017-12-011-0/+5
* docs: Add example of encoding and decoding tokens with RSA (#313)Mark Adams2017-11-281-2/+17
* Fix sphinx warningJosé Padilla2017-10-182-2/+2
* Fix sponsor banner in docsJosé Padilla2017-10-183-3/+27
* Add Auth0 sponsor bannerJosé Padilla2017-10-181-0/+9
* Prevent needing to scroll on jwt.decode exampleLandon GB2017-07-281-2/+3
* Add 'algorithms=[]' kwargs to jwt.decode() examplesLandon GB2017-07-282-6/+6
* Update algorithms.rstMarek Siarkowicz2017-05-291-1/+1
* Added Command line instructions to README and docsMariano Ruiz2017-05-061-3/+19
* Added requirements to install docs build toolsMariano Ruiz2017-05-061-0/+3
* 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
* 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