summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Make mypy configuration stricter and improve typing (#830)Aarni Koskela2022-12-101-2/+2
* Custom header configuration in jwk client (#823)Michael Haines2022-11-161-1/+2
* Add `Algorithm.compute_hash_digest` and use it to implement at_hash validatio...Stephen Rosen2022-11-021-0/+71
* Update audience typing (#782)Julian Maurin2022-07-311-1/+1
* Fix for headers disorder issue (#721)kadabusha2022-07-191-1/+1
* Fixed TypeError (#738)Abram (^o^)2022-03-081-1/+1
* Docs: mention performance reasons for reusing RSAPrivateKey when encoding (#734)Dan Mahr2022-02-151-0/+3
* fix: Update copyright information (#729)Kevin Kirsche2022-02-021-1/+1
* Update usage.rst (#727)guneybilen2022-01-281-1/+1
* documentation fix: show correct scope for decode_complete() (#661)sseering2021-12-101-0/+2
* Use timezone package as Python 3.5+ is required (#694)Kevin Kirsche2021-10-061-5/+6
* Add support for Ed448/EdDSA. (#675)Ajitomi, Daisuke2021-10-031-1/+1
* Fix docsJosé Padilla2021-08-081-1/+1
* DOC: Clarify RSA encoding and decoding depend on the cryptography package (#664)Thomas P2021-08-082-0/+5
* Prefer headers['alg'] to algorithm parameter in encode(). (#673)Ajitomi, Daisuke2021-08-051-2/+3
* Complete `jwt` documentation (#654)Johannes Jarbratt2021-04-291-13/+68
* Fix incorrect documentation for jwt (#651)Johannes Jarbratt2021-04-281-7/+12
* Clearly warn against computing algorithms from the token’s alg (#647)Anders Kaseorg2021-04-282-3/+24
* changed 'paramenter' to 'parameter' (#638)leftovervirus2021-04-161-1/+1
* Update doc for ES256K. (#632)Ajitomi, Daisuke2021-03-201-1/+2
* 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