summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Include changelog in docs (#597)José Padilla2021-01-112-0/+2
* Release 2.0.0 (#576)José Padilla2020-12-221-0/+23
* Simplify black configuration to be closer to upstream defaults (#568)Jon Dufresne2020-12-211-3/+1
* Fix tox "docs" environment to pass (#567)Jon Dufresne2020-12-213-4/+8
* Autoupdate pre-commit hooks and apply them (#561)Jon Dufresne2020-12-191-1/+6
* Replace codecs.open() with builtin open() (#548)Jon Dufresne2020-12-171-2/+1
* Update code blocks in docs (#545)Jon Dufresne2020-12-174-87/+71
* Remove deprecated arguments from docs (#544)Jon Dufresne2020-12-162-18/+4
* Remove "Command line" sections from docs (#539)Jon Dufresne2020-12-161-14/+0
* Upgrade black version and usage (#538)Jon Dufresne2020-12-161-3/+3
* add EdDSA to docs (#531)Nutchanon Ninyawee2020-11-131-0/+1
* Fix usage example (#530)Michal Čihař2020-11-101-1/+1
* Update api.rstJosé Padilla2020-11-041-1/+1
* Fix Example Usage in docs2.0.0a1José Padilla2020-11-021-1/+0
* Documents how to use private keys with passphrases (#525)Ray Luo2020-10-291-0/+15
* Update return type for jwt.encode (#521)moomoolive2020-10-151-1/+1
* Removed redundant `default_backend()` (#523)Kaushal Rohit2020-10-121-4/+2
* Update Auth0 sponsorship link (#519)Sam Bellen2020-09-241-5/+3
* Drop support for legacy contrib algorithms (#514)José Padilla2020-08-242-42/+0
* Return tokens as string not bytes (#513)José Padilla2020-08-241-2/+3
* Setup GH Actions (#499)José Padilla2020-08-191-207/+37
* 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