openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pyjwt
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 28, 2024 — Jul 28, 2025
Showing page 22 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update CHANGELOG.md
José Padilla
More...
over 10 years ago
Fixed some PEP8 errors from the last commit.
Mark Adams
More...
over 10 years ago
Merge pull request #123 from mark-adams/added-changelog
José Padilla
More...
over 10 years ago
Removed private APIs from tests and refactored tests to focus on public APIs
Mark Adams
More...
over 10 years ago
Added a CHANGELOG.md to the project #114
Mark Adams
More...
over 10 years ago
Changed _verify_signature to use int() casted values for comparisons.
Mark Adams
More...
over 10 years ago
Added validation for 'nbf' claim to ensure it is an int value. #121
Mark Adams
More...
over 10 years ago
Added validation for 'iat' claim to ensure it is an int value. #121
Mark Adams
More...
over 10 years ago
Added validation for 'exp' claim to ensure it is an int value. #121
Mark Adams
More...
over 10 years ago
Bump up version
José Padilla
More...
over 10 years ago
Fix: List all packages
José Padilla
More...
over 10 years ago
Fix after removing jwt.header()
José Padilla
More...
over 10 years ago
Merge pull request #113 from mark-adams/fix-crypto-warnings
José Padilla
More...
over 10 years ago
Fixed some warnings in algorithms.py related to the relocation of some cryptography primitives
Mark Adams
More...
over 10 years ago
Merge pull request #112 from mark-adams/fix-flaky-test
José Padilla
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.
Mark Adams
More...
over 10 years ago
Update README.md
José Padilla
More...
over 10 years ago
Add note about PyCrypto and ecdsa
José Padilla
More...
over 10 years ago
Bump up version
José Padilla
More...
over 10 years ago
Merge pull request #110 from mark-adams/algo-whitelist
José Padilla
More...
over 10 years ago
Fix typo
José Padilla
More...
over 10 years ago
Merge pull request #109 from mark-adams/algo-validation-fixes
José Padilla
More...
over 10 years ago
Added tests to cover invalid string validations on HMAC
Mark Adams
More...
over 10 years ago
Added unregister_algorithm to the public API
Mark Adams
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)
Mark Adams
More...
over 10 years ago
Corrected a typo in an exception name
Mark Adams
More...
over 10 years ago
None algorithm now converts empty string to None prior to validation
Mark Adams
More...
over 10 years ago
Added a check to raise an error if alg = 'none' and a key is specified. (Fixes #106)
Mark Adams
More...
over 10 years ago
Fixed indentation and spacing to pass PEP8
Mark Adams
More...
over 10 years ago
Added a check so that asymmetric keys cannot be used as HMAC secrets to fix #105
Mark Adams
More...
over 10 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
30
31
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree