summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Run mypy with toxfix-mypyJosé Padilla2019-05-042-8/+10
* 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
* Bump up version to v1.7.01.7.0José Padilla2018-12-012-2/+21
* Import collection ABC's from correct module (#384)Tsuyoshi Hombashi2018-11-253-8/+7
* Support Python 3.7 (#375)kreutz-hs2018-11-023-2/+8
* Fix broken badge imageJosé Padilla2018-11-021-1/+1
* Pin test requirementsJosé Padilla2018-11-021-3/+3
* Update Travis badgeJosé Padilla2018-11-021-2/+2
* Run tests for python 3.7 (#379)purificant2018-11-013-1/+5
* Fixes example invocations in README.rst and docs/index.rst. (#368)Debayan De2018-08-142-4/+4
* Merge pull request #357 from purificant/travis_cleanupMark Adams2018-08-011-24/+13
|\
| * remove workaround for running tests with python 3.5, switch to using travis b...purificant2018-06-271-24/+13
* | remove CRLF line endings (#353)Carl George2018-07-191-168/+168
* | Update usage.rst (#360)PatrikBillgren2018-07-191-1/+1
|/
* Fix #351 by reverting argument name changes for .decode() (#352)1.6.4Mark Adams2018-05-234-6/+14
* Update CHANGELOG.mdJosé Padilla2018-05-191-0/+2
* Bump up to v1.6.31.6.3José Padilla2018-05-194-5/+5
* Update CHANGELOG.mdJosé Padilla2018-05-191-0/+20
* Add issue templatesJosé Padilla2018-05-194-0/+71
* Add help moduleJosé Padilla2018-05-191-0/+61
* Add .pytest_cache to .gitignoreJosé Padilla2018-05-191-0/+2
* Bump up versionJosé Padilla2018-05-191-2/+2
* Added section to usage docs for jwt.get_unverified_header() (#350)Alejandro J. C De Baca2018-05-191-0/+14
* RFC: Add type hints (#344)Jacopo Farina2018-04-084-11/+44
* all exceptions inherit from PyJwtError (#340)dmr2018-03-292-2/+10
* Update legacy instructions for using pycrypto (#337)Casey2018-03-221-0/+3
* Bump up version to v1.6.11.6.1José Padilla2018-03-182-4/+9
* Fix bug if application does not specify audience (#336)Derek Weitzel2018-03-154-0/+19
* Expose InvalidSignatureError on jwt module (#335)Michael2018-03-061-1/+2
* Add missing links to changelog (#334)Michael2018-03-061-0/+2
* Bump up version1.6.0José Padilla2018-03-031-1/+1
* Update changelog for v1.6.0José Padilla2018-03-031-3/+15
* Create CODE_OF_CONDUCT.md (#333)José Padilla2018-03-031-0/+46
* 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-015-4/+26
* docs: Add example of encoding and decoding tokens with RSA (#313)Mark Adams2017-11-281-2/+17
* Allow list of valid audiences to be passed in to PyJWT.decode() (#306)René Springer2017-11-268-11/+31
* Fix over-eager fallback to stdin (#304)José Padilla2017-11-053-4/+42
* Remove code no longer needed with python2.6 droppedLandon GB2017-10-192-15/+2
* Attempt to drop support for python 2.6 and 3.3 (refs #297)Landon GB2017-10-194-5/+4
* 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
* Add Auth0 sponsor bannerJosé Padilla2017-10-181-3/+10
* Use twine for publishing to PyPI1.5.3José Padilla2017-09-051-2/+5
* Bump up version to v1.5.3José Padilla2017-09-052-3/+8
* Warn about missing algorithms arg only when verify is TruePrzemysław Suliga2017-08-315-8/+46