summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * Added unregister_algorithm to the public APIMark Adams2015-03-172-1/+4
| * Added the ability to specify both a global alg whitelist for a PyJWT object a...Mark Adams2015-03-175-51/+115
|/
* Fix typoJosé Padilla2015-03-171-1/+1
* Merge pull request #109 from mark-adams/algo-validation-fixesJosé Padilla2015-03-174-2/+84
|\
| * Added tests to cover invalid string validations on HMACMark Adams2015-03-173-2/+68
| * Corrected a typo in an exception nameMark Adams2015-03-171-1/+1
| * None algorithm now converts empty string to None prior to validationMark Adams2015-03-171-1/+4
| * Added a check to raise an error if alg = 'none' and a key is specified. (Fixe...Mark Adams2015-03-172-2/+5
| * Fixed indentation and spacing to pass PEP8Mark Adams2015-03-172-2/+2
| * Added a check so that asymmetric keys cannot be used as HMAC secrets to fix #105Mark Adams2015-03-172-0/+10
|/
* Merge pull request #101 from mark-adams/pyjwt-objJosé Padilla2015-03-175-1036/+1098
|\
| * Added back some parenthesis now that I remember how to write PythonMark Adams2015-03-171-3/+3
| * Removed extra parenthesis around algorithm defaults.Mark Adams2015-03-171-6/+6
| * Default algorithms can now be overridden by passing in the algorithms paramet...Mark Adams2015-03-172-4/+29
| * Added a better explanation for TestJWT and why it exists.Mark Adams2015-03-171-1/+6
| * Fixed some PEP8 errors from the last commit.Mark Adams2015-03-172-30/+27
| * Refactored tests to make things fit better with the new PyJWT object APIMark Adams2015-03-172-858/+885
| * Refactored api.py so that all JWT functions are now part of a PyJWT class.Mark Adams2015-03-174-351/+359
|/
* Merge pull request #103 from mark-adams/contrib-algorithmsJosé Padilla2015-03-1711-37/+376
|\
| * Rearranged the way the SHA hash functions were laid out.Mark Adams2015-03-173-11/+19
| * Added some more tests to improve coverage for jwt.contrib.algorithmsMark Adams2015-03-151-0/+62
| * Modified Travis to include new environment build for PyCrypto + ECDSAMark Adams2015-03-151-1/+3
| * Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.Mark Adams2015-03-159-12/+275
| * Made algorithm class dependence on hash functions more direct.Mark Adams2015-03-152-24/+28
* | Merge pull request #100 from mark-adams/93-docs-key-from-certJosé Padilla2015-03-171-14/+35
|\ \