summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Renamed jwt CLI script to jwt-cli to avoid issues with jwt script overlapping...fix-cli-scriptMark Adams2016-10-243-3/+10
* Merge pull request #225 from jpadilla/ecdsa-bkwards-compatMark Adams2016-10-241-0/+1
|\
| * Add back 'ES512' for backward compatibility (for now)ecdsa-bkwards-compatMark Adams2016-10-241-0/+1
* | Merge pull request #196 from kepkin/patch-1Mark Adams2016-10-241-1/+1
|\ \ | |/ |/|
| * Fix rpm buildkepkin2016-02-031-1/+1
* | Merge pull request #219 from mike9005/es521_fixMark Adams2016-10-243-6/+6
|\ \
| * | Catch a couple more typos in testsMichael Collis2016-09-261-2/+2
| * | Fix tests to matchMichael Collis2016-09-211-2/+2
| * | Fix typo in rstMichael Collis2016-09-211-1/+1
| * | Fix typo in AlgorithmsMichael Collis2016-09-211-1/+1
* | | Merge pull request #220 from adamchainz/readthedocs.ioMark Adams2016-10-241-1/+1
|\ \ \
| * | | Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-09-291-1/+1
| |/ /
* | | Merge pull request #202 from jpadilla/add-jwk-for-hmac-rsaMark Adams2016-10-2411-130/+554
|\ \ \ | |/ / |/| |
| * | Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsaMark Adams2016-08-2811-130/+554
* | | Merge pull request #218 from vimalloc/patch-1Mark Adams2016-09-141-0/+5
|\ \ \ | |/ / |/| |
| * | Add readthedocs link in README.mdLandon2016-09-141-0/+5
|/ /
* | Bump version to 1.4.2 and update CHANGELOG1.4.2Mark Adams2016-08-082-1/+20
* | Merge pull request #213 from jpadilla/fix-type-error-on-bytes-keyMark Adams2016-08-073-9/+27
|\ \
| * | Fix a bug where a PEM private key as bytes raises a TypeErrorfix-type-error-on-bytes-keyMark Adams2016-08-044-10/+30
* | | Merge pull request #214 from jpadilla/fix-flake8Mark Adams2016-08-051-1/+3
|\ \ \ | |/ / |/| |
| * | Flake8 now ignores .toxfix-flake8Mark Adams2016-08-051-1/+3
|/ /
* | Bump up version1.4.1José Padilla2016-07-131-1/+1
* | Merge pull request #203 from jpadilla/add-python-35José Padilla2016-05-074-5/+10
|\ \
| * | Add Python 3.5 to CI buildsadd-python-35Mark Adams2016-05-064-5/+10
| |/
* | Merge pull request #201 from jpadilla/madams/cleanup-test-skipsMark Adams2016-05-061-4/+0
|\ \ | |/ |/|
| * Remove some erroenous @pytest.mark.skipif decoratorsmadams/cleanup-test-skipsMark Adams2016-05-051-4/+0
|/
* Merge pull request #192 from gthb/patch-1Mark Adams2016-01-181-1/+1
|\
| * Reflect that --no-verify also ignores claimsGunnlaugur Thor Briem2015-11-301-1/+1
|/
* Merge pull request #189 from mattijohn/masterJosé Padilla2015-11-111-2/+2
|\
| * Fix imports in code exampleMatti John2015-11-111-2/+2
|/
* Merge pull request #188 from sampwing/masterJosé Padilla2015-10-261-1/+1
|\
| * Fixed example usageSam Wing2015-10-261-1/+1
|/
* Merge pull request #186 from jpadilla/add-docsMark Adams2015-10-2410-342/+917
|\
| * Updated README with a link to docs and removed old docs contentadd-docsMark Adams2015-10-231-342/+7
| * Added docs/ with awesome new documentation 🎉Mark Adams2015-10-239-0/+910
* | Merge pull request #184 from maoaiz/masterMark Adams2015-10-233-1/+27
|\ \ | |/ |/|
| * binary_type verification added to make the code more future-proofMauricio Aizaga2015-10-233-8/+13
| * Fixed syntax for python 2.6Mauricio Aizaga2015-10-221-1/+1
| * Fixed #183 AttributeError: 'NoneType' object has no attribute 'rsplit'Mauricio Aizaga2015-10-222-0/+21
|/
* Merge pull request #180 from mark-adams/make-pytest-runner-conditionalMark Adams2015-10-091-1/+4
|\
| * Made pytest-runner installation in setup.py conditional. Fixes #179Mark Adams2015-10-091-1/+4
|/
* Merge pull request #182 from mark-adams/fix-pytestMark Adams2015-10-092-4/+1
|\
| * Removed unneeded dependencies in tox.iniMark Adams2015-10-091-3/+0
| * Fixes an issue where the newer versions of Pytest can't detect deprecation wa...Mark Adams2015-10-091-1/+1
* | Merge pull request #174 from gabrielg/masterMark Adams2015-07-232-6/+40
|\ \
| * | Change TypeError on bad `kid` to InvalidTokenErrorGabriel Gironda2015-07-232-6/+6
| * | Fail on encode and decode of bad JWS header valuesGabriel Gironda2015-07-212-4/+38
|/ /
* | Bump up version to v1.4.01.4.0José Padilla2015-07-162-2/+3
* | Merge pull request #171 from alexm92/masterJosé Padilla2015-06-232-1/+11
|\ \
| * | Changed test function nameAlexandru Mihai2015-06-231-1/+1