summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOG and bump version to 1.6.4fix-351Mark Adams2018-05-232-1/+9
* Fix #351 by reverting argument name changes for .decode()Mark Adams2018-05-232-5/+5
* 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
* Require cryptography >= 1.4, replace deprecated functionRan Benita2017-08-253-43/+19
* 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
* Bump up for release1.5.2José Padilla2017-06-222-1/+9
* Ensure correct arguments order in decode super callJosé Padilla2017-06-221-2/+4
* Bump up version1.5.1José Padilla2017-06-221-1/+1
* Update CHANGELOG.mdJosé Padilla2017-06-221-2/+7
* Update CHANGELOG.mdJosé Padilla2017-06-221-0/+10
* Add warning when decoding with no algorithms specifiedJosé Padilla2017-06-224-0/+38
* Throw if key is an PKCS1 PEM-encoded public keyJosé Padilla2017-06-223-0/+13
* PyJWT.decode: move verify param into options (#271)Daniel Hahler2017-06-212-3/+7
* DeprecationWarnings: more helpful message (#270)Daniel Hahler2017-06-122-2/+4
* Update algorithms.rstMarek Siarkowicz2017-05-291-1/+1
* Update CHANGELOG.mdJosé Padilla2017-05-181-0/+10
* Change optparse for argparse. (#238)Froilan Irizarry2017-05-184-90/+244