summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update READMEversion-2.0.0José Padilla2020-04-083-66/+7
* Stop codecov commentsJosé Padilla2020-04-081-0/+10
* Test in windowsJosé Padilla2020-04-082-8/+15
* Update manifestJosé Padilla2020-04-081-7/+3
* Return string instead of byteJosé Padilla2020-04-083-5/+9
* Improve docs setupJosé Padilla2020-04-078-228/+65
* Clean up .gitignoreJosé Padilla2020-04-071-59/+10
* Satisfy check-manifestJosé Padilla2020-04-0711-42/+64
* Rename workflowJosé Padilla2020-04-062-127/+87
* src layout, tox, gh actionsJosé Padilla2020-04-0624-111/+321
* Remove reference to Command LineJosé Padilla2020-04-062-29/+0
* Remove cli entrypointJosé Padilla2020-04-061-1/+0
* Skip for now if no cryptographyJosé Padilla2020-04-061-0/+5
* Add some tests for PyJWKClientJosé Padilla2020-04-064-3/+117
* Handle deprecationsJosé Padilla2020-04-065-164/+239
* Remove CLIJosé Padilla2020-04-062-366/+0
* Remove pycryptodome dependencyJosé Padilla2020-04-061-2/+0
* ECAlgorithm.to_jwkEvert Lammerts2020-04-0612-23/+204
* Remove support for legacy dependenciesJosé Padilla2020-04-0610-732/+3
* Add support for PS* algorithms with PyCryptodomeJosé Padilla2020-04-062-3/+77
* Remove incorrect ES521 algorithmJosé Padilla2020-04-062-9/+5
* Implement support with PyCryptodomeJosé Padilla2020-04-0610-31/+310
* Remove 3.8 from PyCrypto testsJosé Padilla2020-04-062-2/+2
* Fix linting from pre-commitJosé Padilla2020-04-067-14/+33
* Update pre-commit and travisJosé Padilla2020-04-062-4/+6
* Update travis + toxJosé Padilla2020-04-062-5/+7
* Update tests to guard against missing cryptographyJosé Padilla2020-04-061-1/+20
* Guard against optional dependencyJosé Padilla2020-04-061-2/+10
* Remove f-stringJosé Padilla2020-04-061-2/+4
* Introduce better experience for JWKsJosé Padilla2020-04-069-9/+258
* 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