0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update CHANGELOG.md More... over 10 years ago
Fixed some PEP8 errors from the last commit. More... over 10 years ago
Merge pull request #123 from mark-adams/added-changelog More... over 10 years ago
Removed private APIs from tests and refactored tests to focus on public APIs More... over 10 years ago
Added a CHANGELOG.md to the project #114 More... over 10 years ago
Changed _verify_signature to use int() casted values for comparisons. More... over 10 years ago
Added validation for 'nbf' claim to ensure it is an int value. #121 More... over 10 years ago
Added validation for 'iat' claim to ensure it is an int value. #121 More... over 10 years ago
Added validation for 'exp' claim to ensure it is an int value. #121 More... over 10 years ago
Bump up version More... over 10 years ago
Fix: List all packages More... over 10 years ago
Fix after removing jwt.header() More... over 10 years ago
Merge pull request #113 from mark-adams/fix-crypto-warnings More... over 10 years ago
Fixed some warnings in algorithms.py related to the relocation of some cryptography primitives More... over 10 years ago
Merge pull request #112 from mark-adams/fix-flaky-test More... over 10 years ago
Fixed a flaky test by making sure we actually make the signature invalid from within the base64 instead of afterwards. More... over 10 years ago
Update README.md More... over 10 years ago
Add note about PyCrypto and ecdsa More... over 10 years ago
Bump up version More... over 10 years ago
Merge pull request #110 from mark-adams/algo-whitelist More... over 10 years ago
Fix typo More... over 10 years ago
Merge pull request #109 from mark-adams/algo-validation-fixes More... over 10 years ago
Added tests to cover invalid string validations on HMAC More... over 10 years ago
Added unregister_algorithm to the public API More... over 10 years ago
Added the ability to specify both a global alg whitelist for a PyJWT object and a whitelist for calls to decode. (Fixes #107) More... over 10 years ago
Corrected a typo in an exception name More... over 10 years ago
None algorithm now converts empty string to None prior to validation More... over 10 years ago
Added a check to raise an error if alg = 'none' and a key is specified. (Fixes #106) More... over 10 years ago
Fixed indentation and spacing to pass PEP8 More... over 10 years ago
Added a check so that asymmetric keys cannot be used as HMAC secrets to fix #105 More... over 10 years ago