summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* `verify_expiration` was removed too soonbring-verify_expiration-backJosé Padilla2015-04-262-0/+27
* Merge pull request #141 from mark-adams/added-pyjwsMark Adams2015-04-217-1153/+1348
|\
| * Split tests between PyJWS and PyJWT object responsiblitiesMark Adams2015-04-192-502/+612
| * Removed an extra attempt to encode the payload that I missed when I was refac...Mark Adams2015-04-192-4/+2
| * Refactored PyJWT._validate_claims into multiple PyJWT._validate_*Mark Adams2015-04-191-41/+69
| * Refactored JWS-specific logic out of PyJWT and into PyJWS superclassMark Adams2015-04-195-268/+327
* | Merge pull request #140 from mark-adams/readme-docstringJosé Padilla2015-04-191-20/+20
|\ \ | |/ |/|
| * Converted some of the README lines from the last PR to use docstring-like con...Mark Adams2015-04-181-20/+20
|/
* Merge pull request #139 from Turbo87/readme-examplesMark Adams2015-04-181-7/+14
|\
| * README: Add example outputs as commentsTobias Bieniek2015-04-161-7/+14
|/
* Update CHANGELOG.md1.1.0José Padilla2015-04-151-4/+0
* Update CHANGELOG.md for v1.1.0José Padilla2015-04-151-15/+40
* Include CHANGELOG.md in packageJosé Padilla2015-04-151-0/+1
* Bump up versionJosé Padilla2015-04-151-1/+1
* Merge pull request #128 from nielsdraaisma/masterJosé Padilla2015-04-151-13/+14
|\
| * Fixed command line encodingNiels Draaisma2015-04-021-13/+14
* | Merge pull request #136 from mark-adams/use-pytestJosé Padilla2015-04-1411-505/+503
|\ \
| * | Fixed some PEP8 issuesMark Adams2015-04-141-3/+1
| * | Fixed some squirly looking tests.Mark Adams2015-04-141-12/+8
| * | Updated setup.py test to use PyTestMark Adams2015-04-142-1/+24
| * | Removed all references to unittestMark Adams2015-04-147-300/+270
| * | 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
|\