summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* flake8: Fix a couple of linting errors due to a new version of flake8-import-...improve-usageMark Adams2017-11-266-6/+0
* docs: Add example of encoding and decoding tokens with RSAMark Adams2017-11-261-2/+17
* 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
* Merge pull request #264 from KnockSoftware/expose-invalid-algorithm-errorJosé Padilla2017-05-181-4/+4
|\
| * Expose InvalidAlgorithmError on jwt moduleEvan Heidtmann2017-05-181-4/+4
|/
* Merge pull request #262 from purificant/add_py36_envJosé Padilla2017-05-163-2/+12
|\
| * enable testing with python 3.62017-05-133-2/+12
* | Merge pull request #260 from mrsarm/masterJosé Padilla2017-05-153-3/+40
|\ \ | |/ |/|
| * Added Command line instructions to README and docsMariano Ruiz2017-05-062-3/+37
| * Added requirements to install docs build toolsMariano Ruiz2017-05-061-0/+3
|/
* Merge pull request #255 from jpadilla/new-release1.5.0José Padilla2017-04-192-5/+23
|\
| * Update CHANGELOG.mdJosé Padilla2017-04-191-1/+17
| * v1.5.0 releasenew-releaseMark Adams2017-04-172-6/+8
|/
* Merge pull request #254 from jpadilla/pytest-version-bumpMark Adams2017-04-172-3/+3
|\
| * Bump pytest version to latestpytest-version-bumpMark Adams2017-04-172-3/+3
|/
* Merge pull request #252 from jpadilla/190-remove-iat-verificationMark Adams2017-04-174-16/+8
|\
| * Non-numeric 'iat' now raises InvalidIssuedAtError on decode()190-remove-iat-verificationMark Adams2017-04-174-2/+6
| * Stop rejecting tokens with future 'iat' valuesMark Adams2017-04-174-15/+3
|/
* Merge pull request #249 from dbinetti/masterJosé Padilla2017-03-281-0/+13
|\
| * Be specific for Python2 and Python3David Binetti2017-03-281-3/+11
| * Update FAQ to clarify Python2/3 differencesDavid Binetti2017-03-281-0/+5
|/
* Merge pull request #244 from jpadilla/fix-ec-ssh-pub-keyMark Adams2017-03-144-1/+14
|\
| * Add support for public keys in OpenSSH (RFC 4253) format.Mark Adams2017-03-142-1/+6
| * Add a failing test for OpenSSH-formatted ECDSA public keysMark Adams2017-03-142-0/+8
|/
* Merge pull request #235 from bluetech/replace-cryptography-deprecatedMark Adams2016-12-172-4/+4
|\
| * Require cryptography >= 1.0, replace deprecated functionRan Benita2016-12-172-4/+4
|/