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 23, 2024 — Jul 23, 2025
Showing page 24 of 31
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updated documentation to match the latest version of the JWT specification (draft 32)
Mark Adams
More...
over 10 years ago
Merge pull request #87 from mark-adams/improve-code-coverage
José Padilla
More...
over 10 years ago
Fixed constant time compare tests so that they always use bytes as input.
Mark Adams
More...
over 10 years ago
Fixed compat imports so PEP8 passes.
Mark Adams
More...
over 10 years ago
Merge pull request #86 from mark-adams/fix_alg_case_sensitivity
José Padilla
More...
over 10 years ago
Added tests for `pyjwt.compat.constant_time_compare`
Mark Adams
More...
over 10 years ago
Fixed a typo in the class name for TestAlgorithms
Mark Adams
More...
over 10 years ago
Removed json from compat since this only applies to Python < 2.6 and pyjwt only builds on >= 2.6.
Mark Adams
More...
over 10 years ago
Added py23-nocrypto and py27-nocrypto to the Travis job list
Mark Adams
More...
over 10 years ago
Made several changes to testing to increase code coverage - Added a ton of tests to cover areas that weren't covered before - Added a pep8 tox env to run pep8 tests as part of the build - Moved keys into tests/keys - Added test_algorithms.py for algorithms module tests - Changed setup.py to run all tests in tests/
Mark Adams
More...
over 10 years ago
Changed header's alg parameter to be case sensitive per the JWT spec.
Mark Adams
More...
over 10 years ago
Added missing `sig` parameter to `sign()` method of the None algorithm.
Mark Adams
More...
over 10 years ago
Merge pull request #85 from mark-adams/remove-header
José Padilla
More...
over 10 years ago
Merge pull request #84 from mark-adams/test-improvements
José Padilla
More...
over 10 years ago
Removed `api.header` since it isn't used and isn't a public part of the API
Mark Adams
More...
over 10 years ago
Removed version specifier for python from Travis config so that builds won't be incorrectly labeled as python 2.7
Mark Adams
More...
over 10 years ago
Made a few changes to improve testing - Fix: tox.ini now installs its own coverage.py locally so that it actually runs in the virtualenv's context. - Added py34 to Travis-CI configuration like the tox configuration - Changed TOX_ENV to TOXENV in Travis config to simplify the tox cmd - Moved `coverage erase` to tox.ini - Added `coverage report -m` to tox.ini so that a coverage report will output to the CLI when running `tox` locally.
Mark Adams
More...
over 10 years ago
Add Coveralls badge
José Padilla
More...
over 10 years ago
Add Coverage and Coveralls setup
José Padilla
More...
over 10 years ago
Update setup.py
José Padilla
More...
over 10 years ago
Update .gitignore
José Padilla
More...
over 10 years ago
Merge pull request #78 from jpadilla/api
José Padilla
More...
over 10 years ago
Fix tests that used private API
José Padilla
More...
over 10 years ago
Cleanup __init__ module
José Padilla
More...
over 10 years ago
Tweak comment blocks
José Padilla
More...
over 10 years ago
Merge pull request #71 from mark-adams/algorithm-registry
José Padilla
More...
over 10 years ago
Accidentally replaced a reference to bytes with text_type inadvertantly. Reverting...
Mark Adams
More...
over 10 years ago
Replaced reference to basestring with string_types that I missed when rebasing earlier.
Mark Adams
More...
over 10 years ago
Added comments for algorithms module and register_algorithm.
Mark Adams
More...
over 10 years ago
Fixed a couple of anomalies after the last rebase.
Mark Adams
More...
over 10 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
29
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