summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version to 2.0.0a1a1José Padilla2020-11-011-1/+1
* Update Auth0 sponsorship link (#519)Sam Bellen2020-09-242-8/+6
* Implementation of ECAlgorithm.from_jwk (#500)José Padilla2020-08-247-0/+188
* Drop deprecation warnings (#515)José Padilla2020-08-2418-336/+341
* Drop support for legacy contrib algorithms (#514)José Padilla2020-08-2414-552/+157
* Introduce better experience for JWKs (#511)José Padilla2020-08-2411-22/+459
* Return tokens as string not bytes (#513)José Padilla2020-08-243-4/+8
* Fix tox conditional extras (#512)José Padilla2020-08-221-1/+1
* Remove cli entrypoint (#501)José Padilla2020-08-213-392/+0
* Update README.md badges (#510)José Padilla2020-08-211-7/+4
* Setup GH Actions (#499)José Padilla2020-08-1913-327/+257
* Default links to stable version of documentation (#508)Brian Salcedo2020-07-281-3/+3
* Expose InvalidKeyError on jwt module (#503)Russell Cardullo2020-06-251-0/+1
* Remove unnecessary compatibility shims for Python 2 (#498)Jon Dufresne2020-06-1912-83/+46
* Specify the target Python version for mypy (#497)Jon Dufresne2020-06-191-1/+1
* CLI options for verifying audience and issuer (#496)Geoff Richards2020-06-161-1/+18
* Move setup information to declarative setup.cfg (#495)Jon Dufresne2020-06-113-73/+53
* Emit warnings about user code, not pyjwt code (#494)Marius Gedminas2020-06-092-0/+4
* Fix `tox -e lint` warnings and errors (#490)Jon Dufresne2020-06-096-59/+59
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-0813-122/+115
* Add Python-3-only trove classifier and remove "universal" from wheel (#492)Jon Dufresne2020-06-081-1/+1
* Correct README on how to run tests locally (#489)Jon Dufresne2020-06-081-1/+1
* Add support for Ed25519 / EdDSA, with unit tests (#455)Someguy1232020-05-245-0/+173
* Enhance tracebacks. (#477)Julien Palard2020-05-151-9/+9
* Require tweak (#280)Pau Ruiz Safont2020-05-143-12/+47
* 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
* Create main.ymlJosé Padilla2020-04-061-0/+40
* Simplify `python_requires` (#478)Michael2020-03-241-1/+1
* Add support of python 3.8 (#452)Bastien Vallet2019-12-273-3/+6
* Update CHANGELOG.mdJosé Padilla2019-11-231-0/+17
* Fix 406 (#454)justinbaur2019-11-162-7/+56
* Fix simple typo: encododed -> encoded (#462)Tim Gates2019-11-141-1/+1
* Remove Python 2.7 compatibility (#457)Bastien Vallet2019-11-128-87/+31
* Create FUNDING.ymlJosé Padilla2019-11-041-0/+3
* DX Tweaks (#450)José Padilla2019-10-2136-1395/+1737
* Update .gitignoreJosé Padilla2019-10-201-0/+1
* Catch BadSignatureError raised by ecdsa 0.13.3 on verification errors (#448)StefanBruens2019-10-201-1/+3
* Fix mypy errors (#449)José Padilla2019-10-201-4/+4
* Remove setup.py test command in favor of pytest and tox (#442)Jon Dufresne2019-10-062-16/+4
* Rename [wheel] section to [bdist_wheel] as the former is legacy (#441)Jon Dufresne2019-09-281-1/+1
* Pass python_requires argument to setuptools (#440)Jon Dufresne2019-09-281-0/+1
* Prefer https:// links where available (#439)Jon Dufresne2019-09-284-6/+6
* Correct type for json_encoder argument (#438)Jon Dufresne2019-09-282-4/+4
* Document (and prefer) `pyjwt[crypto]` req format (#426)Gunnlaugur Thor Briem2019-06-121-2/+7
* Run mypy with tox (#421)José Padilla2019-05-043-8/+12
* Invoke pytest directly. Avoids use of easy_install and interaction between fl...Jason R. Coombs2019-05-041-5/+3
* Fix linter error in test_cli (#414)Jason R. Coombs2019-05-041-1/+1
* Decode return type is dict[str, Any] (#393)Jacopo Farina2019-01-311-2/+3
* Fix pytest and pinned test dependencies1.7.1José Padilla2018-12-066-7/+16