summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Minor refactorings to move some utils code around and remove unneeded code.Mark Adams2015-04-143-8/+8
| * | Converted all unittest constructs to pytestMark Adams2015-04-145-189/+199
| * | Changed to use Pytest as the test runner #111Mark Adams2015-04-143-23/+24
|/ /
* | Merge pull request #135 from mark-adams/minor-updatesJosé Padilla2015-04-144-35/+50
|\ \
| * | Added a test to improve coverage and cleaned up some existing tests.Mark Adams2015-04-123-11/+30
| * | Created merge_dict utility functionMark Adams2015-04-122-18/+17
| * | Optimized _merge_options and changed some variable namesMark Adams2015-04-121-8/+8
| * | Changed PyJWT.default_options to optionsMark Adams2015-04-122-10/+7
* | | Merge pull request #134 from mark-adams/deprecate-verifyJosé Padilla2015-04-143-0/+25
|\ \ \
| * | | Added a deprecation warning for using verify= instead of options= on decode()Mark Adams2015-04-123-0/+25
| |/ /
* | | Fix #138 by adding documentation concerning the iat claim to the README.Mark Adams2015-04-131-0/+16
|/ /
* | Merge pull request #132 from mark-adams/add-rsa-pss-algorithmsMark Adams2015-04-105-16/+124
|\ \
| * | Updated README and CHANGELOGMark Adams2015-04-102-2/+7
| * | Added support for RSASSA-PSS algorithms (PS256, PS384, PS512)Mark Adams2015-04-083-14/+117
|/ /
* | Merge pull request #131 from michaeldavis-wf/options-dictMark Adams2015-04-085-13/+141
|\ \ | |/ |/|
| * update CHANGELOGMichael Davis2015-04-081-0/+1
| * move README note and add highlightingMichael Davis2015-04-081-4/+4
| * update README with note about overriding defaultsMichael Davis2015-04-081-0/+4
| * refactor option merging, add myself to AUTHORS, s/dict()/{}Michael Davis2015-04-083-14/+12
| * Update README with options informationMichael Davis2015-04-071-0/+24
| * Remove dict comprehension for py26 compatibilityMichael Davis2015-04-062-5/+14
| * Add flexible and complete verification optionsMichael Davis2015-04-062-13/+105
|/
* Merge pull request #126 from mark-adams/iat-nbf-checksMark Adams2015-03-294-19/+37
|\
| * Made some PEP8 fixes that came from the last commit.Mark Adams2015-03-293-7/+7
| * Added checks on iat to make sure that a token can't be issued for theMark Adams2015-03-294-18/+36
|/
* Merge pull request #125 from mark-adams/refactor-private-apisMark Adams2015-03-292-12/+13
|\
| * Moved claims validation into a seperate private method to make it simpler to ...Mark Adams2015-03-292-12/+13
* | Update CHANGELOG.mdJosé Padilla2015-03-291-0/+3
|/
* Merge pull request #124 from mark-adams/remove-private-apis-from-testsJosé Padilla2015-03-291-218/+62
|\
| * Fixed some PEP8 errors from the last commit.Mark Adams2015-03-291-2/+0
| * Removed private APIs from tests and refactored tests to focus on public APIsMark Adams2015-03-291-216/+62
* | Merge pull request #122 from mark-adams/add-int-claim-checksJosé Padilla2015-03-292-2/+45
|\ \ | |/
| * Changed _verify_signature to use int() casted values for comparisons.Mark Adams2015-03-291-2/+2
| * Added validation for 'nbf' claim to ensure it is an int value. #121Mark Adams2015-03-292-0/+14
| * Added validation for 'iat' claim to ensure it is an int value. #121Mark Adams2015-03-292-3/+17
| * Added validation for 'exp' claim to ensure it is an int value. #121Mark Adams2015-03-292-0/+15
* | Update CHANGELOG.mdJosé Padilla2015-03-291-0/+1
* | Merge pull request #123 from mark-adams/added-changelogJosé Padilla2015-03-291-0/+33
|\ \ | |/ |/|
| * Added a CHANGELOG.md to the project #114Mark Adams2015-03-291-0/+33
|/
* Bump up versionv1.0.11.0.1José Padilla2015-03-261-1/+1
* Fix: List all packagesJosé Padilla2015-03-261-1/+12
* Fix after removing jwt.header()José Padilla2015-03-191-28/+61
* Merge pull request #113 from mark-adams/fix-crypto-warnings1.0.0José Padilla2015-03-182-6/+12
|\
| * Fixed some warnings in algorithms.py related to the relocation of some crypto...Mark Adams2015-03-182-6/+12
* | Merge pull request #112 from mark-adams/fix-flaky-testJosé Padilla2015-03-181-3/+2
|\ \ | |/
| * Fixed a flaky test by making sure we actually make the signature invalid from...Mark Adams2015-03-181-3/+2
|/
* Update README.mdJosé Padilla2015-03-181-5/+1
* Add note about PyCrypto and ecdsaJosé Padilla2015-03-181-1/+3
* Bump up versionJosé Padilla2015-03-181-1/+1
* Merge pull request #110 from mark-adams/algo-whitelistJosé Padilla2015-03-176-52/+119
|\