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
about 12 hours
ago. based on code collected
about 12 hours
ago.
Jul 23, 2024 — Jul 23, 2025
Showing page 23 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #101 from mark-adams/pyjwt-obj
José Padilla
More...
over 10 years ago
Added back some parenthesis now that I remember how to write Python
Mark Adams
More...
over 10 years ago
Removed extra parenthesis around algorithm defaults.
Mark Adams
More...
over 10 years ago
Merge pull request #103 from mark-adams/contrib-algorithms
José Padilla
More...
over 10 years ago
Rearranged the way the SHA hash functions were laid out.
Mark Adams
More...
over 10 years ago
Merge pull request #100 from mark-adams/93-docs-key-from-cert
José Padilla
More...
over 10 years ago
Merge pull request #102 from mark-adams/flake8-setup
José Padilla
More...
over 10 years ago
Added some more tests to improve coverage for jwt.contrib.algorithms
Mark Adams
More...
over 10 years ago
Modified Travis to include new environment build for PyCrypto + ECDSA
Mark Adams
More...
over 10 years ago
Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.
Mark Adams
More...
over 10 years ago
Made algorithm class dependence on hash functions more direct. - Algorithms now have SHA256, SHA384, and SHA512 static properties that refer to the callable that instantiates their hash class - All algorithms now expect a class (callable) as their hash_alg now. This behavior was inconsistent before.
Mark Adams
More...
over 10 years ago
Default algorithms can now be overridden by passing in the algorithms parameter to the PyJWT constructor. Also, PyJWT now has a get_supported_algorithms() method that returns back valid values for 'alg'
Mark Adams
More...
over 10 years ago
Moved flake8 max-line-length option from tox.ini to setup.cfg so that it works when running flake8 from normal CLI as well.
Mark Adams
More...
over 10 years ago
Added a better explanation for TestJWT and why it exists.
Mark Adams
More...
over 10 years ago
Fixed some PEP8 errors from the last commit.
Mark Adams
More...
over 10 years ago
Refactored tests to make things fit better with the new PyJWT object API - test_jwt.py has been renamed to test_api.py since it focuses entirely on api.py - A new test_jwt.py has been introduced that focuses exclusively on testing the public API. (Specifically, making sure that encode and decode still exist and function). This test can be extremely simple since the jwt.encode and jwt.decode functions are backed by PyJWT() which is tested elsewhere.
Mark Adams
More...
over 10 years ago
Refactored api.py so that all JWT functions are now part of a PyJWT class. - Created a singleton instance to preserve jwt.encode, jwt.decode, jwt.register_algorithms existing public APIs - Renamed load and verify_signature to _load and _verify_signature since they are not part of the existing public API - Modified related tests to use PyJWT._load and PyJWT._verify_signature
Mark Adams
More...
over 10 years ago
Added some line breaks to keep README.md text lines nice and short.
Mark Adams
More...
over 10 years ago
Resolved #93 by adding a section the README detailing how to extract public / private keys from an x509 certificate.
Mark Adams
More...
over 10 years ago
Moved tests higher in the README
Mark Adams
More...
over 10 years ago
Merge pull request #95 from ralphbean/master
José Padilla
More...
over 10 years ago
Bump up version
José Padilla
More...
over 10 years ago
Make deprecated exception names available
José Padilla
More...
over 10 years ago
Include test stuff.
Ralph Bean
More...
over 10 years ago
Bump up version
José Padilla
More...
over 10 years ago
Merge pull request #94 from ralphbean/master
José Padilla
More...
over 10 years ago
Include AUTHORS with tarball.
Ralph Bean
More...
over 10 years ago
Include LICENSE with tarball.
Ralph Bean
More...
over 10 years ago
Merge pull request #88 from mark-adams/update-docs-to-match-spec
José Padilla
More...
over 10 years ago
Updated README.md to address concerns in #81
Mark Adams
More...
over 10 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
…
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