index
:
delta/python-packages/pyjwt.git
190-remove-iat-verification
2.0-develop
a1
add-docs
add-jwk-for-hmac-rsa
add-python-35
api
bionic
bring-verify_expiration-back
bump-version
changelog
cleanup-action
cleanup-pr305
deprecations
dx-tweaks
ecdsa-bkwards-compat
fix-298
fix-351
fix-cli-script
fix-ec-ssh-pub-key
fix-flake8
fix-from-jwk
fix-key-errors
fix-mypy
fix-type-error-on-bytes-key
fix-vuln
fix_alg_vuln_on_verify
followup-523
improve-usage
madams/cleanup-test-skips
madams/test
madams/test2
master
new-release
pre-commit-ci-update-config
prep-release
py36
pytest-version-bump
remove-cli
revert-657-remove-arbitrary-kwargs
string-tokens
travis-windows
update-changelog
v2-jwks
version-2.0.0
version-2.0.1
github.com: progrium/pyjwt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jwt
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added tests to cover invalid string validations on HMAC
Mark Adams
2015-03-17
1
-1
/
+7
*
Corrected a typo in an exception name
Mark Adams
2015-03-17
1
-1
/
+1
*
None algorithm now converts empty string to None prior to validation
Mark Adams
2015-03-17
1
-1
/
+4
*
Added a check to raise an error if alg = 'none' and a key is specified. (Fixe...
Mark Adams
2015-03-17
2
-2
/
+5
*
Fixed indentation and spacing to pass PEP8
Mark Adams
2015-03-17
2
-2
/
+2
*
Added a check so that asymmetric keys cannot be used as HMAC secrets to fix #105
Mark Adams
2015-03-17
2
-0
/
+10
*
Added back some parenthesis now that I remember how to write Python
Mark Adams
2015-03-17
1
-3
/
+3
*
Removed extra parenthesis around algorithm defaults.
Mark Adams
2015-03-17
1
-6
/
+6
*
Default algorithms can now be overridden by passing in the algorithms paramet...
Mark Adams
2015-03-17
1
-2
/
+13
*
Fixed some PEP8 errors from the last commit.
Mark Adams
2015-03-17
1
-5
/
+2
*
Refactored api.py so that all JWT functions are now part of a PyJWT class.
Mark Adams
2015-03-17
3
-177
/
+180
*
Rearranged the way the SHA hash functions were laid out.
Mark Adams
2015-03-17
3
-11
/
+19
*
Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.
Mark Adams
2015-03-15
4
-0
/
+104
*
Made algorithm class dependence on hash functions more direct.
Mark Adams
2015-03-15
1
-11
/
+17
*
Bump up version
0.4.3
José Padilla
2015-02-18
1
-1
/
+1
*
Make deprecated exception names available
José Padilla
2015-02-18
1
-1
/
+2
*
Bump up version
0.4.2
José Padilla
2015-02-18
1
-1
/
+1
*
Removed json from compat since this only applies to Python < 2.6 and pyjwt on...
Mark Adams
2015-01-25
2
-7
/
+2
*
Made several changes to testing to increase code coverage
Mark Adams
2015-01-25
1
-1
/
+1
*
Changed header's alg parameter to be case sensitive per the JWT spec.
Mark Adams
2015-01-24
2
-2
/
+2
*
Added missing `sig` parameter to `sign()` method of the None algorithm.
Mark Adams
2015-01-24
1
-1
/
+1
*
Removed `api.header` since it isn't used and isn't a public part of the API
Mark Adams
2015-01-24
1
-11
/
+0
*
Cleanup __init__ module
José Padilla
2015-01-18
4
-236
/
+234
*
Tweak comment blocks
José Padilla
2015-01-18
2
-15
/
+22
*
Accidentally replaced a reference to bytes with text_type inadvertantly. Reve...
Mark Adams
2015-01-18
1
-1
/
+1
*
Replaced reference to basestring with string_types that I missed when rebasin...
Mark Adams
2015-01-18
1
-1
/
+1
*
Added comments for algorithms module and register_algorithm.
Mark Adams
2015-01-18
2
-0
/
+31
*
Fixed a couple of anomalies after the last rebase.
Mark Adams
2015-01-18
3
-41
/
+8
*
Moved jwt.algorithms imports back to their original location
Mark Adams
2015-01-18
1
-1
/
+1
*
Algorithm base class methods now raise NotImplementedError
Mark Adams
2015-01-18
1
-3
/
+3
*
Fixed some style issues (reordered imports, removed unused imports, PEP8, etc.)
Mark Adams
2015-01-18
3
-7
/
+11
*
Created utils.py to hold functions like constant_time_compare and base64-enco...
Mark Adams
2015-01-18
3
-41
/
+42
*
Fixes #70. Refactored all HMAC, RSA, and EC code into seperate classes in the...
Mark Adams
2015-01-18
2
-175
/
+223
*
Drop usage of unicode_literals in all modules
Wouter Bolsterlee
2015-01-12
1
-1
/
+0
*
Bump up version
0.4.1
José Padilla
2015-01-08
1
-1
/
+1
*
Fix missing comma in __all__
José Padilla
2015-01-08
1
-1
/
+1
*
Handle string and text types like six
José Padilla
2015-01-08
2
-20
/
+25
*
Add timedelta_total_seconds compat branching
José Padilla
2015-01-07
2
-3
/
+17
*
Handle compatibility branching in a compat module
José Padilla
2015-01-07
2
-45
/
+48
*
Also make sure audience claims in token contain only strings
Wouter Bolsterlee
2015-01-07
1
-0
/
+2
*
Correctly implement audience claim verification
Wouter Bolsterlee
2015-01-07
1
-7
/
+14
*
Rename exceptions that don't have Error in their name
Wouter Bolsterlee
2015-01-06
1
-9
/
+27
*
Rename InvalidToken exception to InvalidTokenError
Wouter Bolsterlee
2015-01-06
1
-6
/
+6
*
Add a base InvalidToken exception for others to extend
Wouter Bolsterlee
2015-01-06
1
-6
/
+10
*
Merge pull request #66 from wbolster/issue-65
José Padilla
2015-01-06
1
-0
/
+4
|
\
|
*
Verify that decoded header and payload are json objects
Wouter Bolsterlee
2015-01-06
1
-0
/
+4
*
|
Drop unneeded **kwargs magic
Wouter Bolsterlee
2015-01-06
1
-9
/
+3
|
/
*
Merge pull request #64 from wbolster/issue-63
José Padilla
2015-01-05
1
-20
/
+24
|
\
|
*
Use constant time string comparison routine from hmac module
Wouter Bolsterlee
2015-01-05
1
-20
/
+24
*
|
Add Python 2.6 compatibility for leeway as timedelta
Wouter Bolsterlee
2015-01-05
1
-1
/
+8
[prev]
[next]