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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #125 from mark-adams/refactor-private-apis
Mark Adams
2015-03-29
2
-12
/
+13
|
\
|
*
Moved claims validation into a seperate private method to make it simpler to ...
Mark Adams
2015-03-29
2
-12
/
+13
*
|
Update CHANGELOG.md
José Padilla
2015-03-29
1
-0
/
+3
|
/
*
Merge pull request #124 from mark-adams/remove-private-apis-from-tests
José Padilla
2015-03-29
1
-218
/
+62
|
\
|
*
Fixed some PEP8 errors from the last commit.
Mark Adams
2015-03-29
1
-2
/
+0
|
*
Removed private APIs from tests and refactored tests to focus on public APIs
Mark Adams
2015-03-29
1
-216
/
+62
*
|
Merge pull request #122 from mark-adams/add-int-claim-checks
José Padilla
2015-03-29
2
-2
/
+45
|
\
\
|
|
/
|
*
Changed _verify_signature to use int() casted values for comparisons.
Mark Adams
2015-03-29
1
-2
/
+2
|
*
Added validation for 'nbf' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
2
-0
/
+14
|
*
Added validation for 'iat' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
2
-3
/
+17
|
*
Added validation for 'exp' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
2
-0
/
+15
*
|
Update CHANGELOG.md
José Padilla
2015-03-29
1
-0
/
+1
*
|
Merge pull request #123 from mark-adams/added-changelog
José Padilla
2015-03-29
1
-0
/
+33
|
\
\
|
|
/
|
/
|
|
*
Added a CHANGELOG.md to the project #114
Mark Adams
2015-03-29
1
-0
/
+33
|
/
*
Bump up version
v1.0.1
1.0.1
José Padilla
2015-03-26
1
-1
/
+1
*
Fix: List all packages
José Padilla
2015-03-26
1
-1
/
+12
*
Fix after removing jwt.header()
José Padilla
2015-03-19
1
-28
/
+61
*
Merge pull request #113 from mark-adams/fix-crypto-warnings
1.0.0
José Padilla
2015-03-18
2
-6
/
+12
|
\
|
*
Fixed some warnings in algorithms.py related to the relocation of some crypto...
Mark Adams
2015-03-18
2
-6
/
+12
*
|
Merge pull request #112 from mark-adams/fix-flaky-test
José Padilla
2015-03-18
1
-3
/
+2
|
\
\
|
|
/
|
*
Fixed a flaky test by making sure we actually make the signature invalid from...
Mark Adams
2015-03-18
1
-3
/
+2
|
/
*
Update README.md
José Padilla
2015-03-18
1
-5
/
+1
*
Add note about PyCrypto and ecdsa
José Padilla
2015-03-18
1
-1
/
+3
*
Bump up version
José Padilla
2015-03-18
1
-1
/
+1
*
Merge pull request #110 from mark-adams/algo-whitelist
José Padilla
2015-03-17
6
-52
/
+119
|
\
|
*
Added unregister_algorithm to the public API
Mark Adams
2015-03-17
2
-1
/
+4
|
*
Added the ability to specify both a global alg whitelist for a PyJWT object a...
Mark Adams
2015-03-17
5
-51
/
+115
|
/
*
Fix typo
José Padilla
2015-03-17
1
-1
/
+1
*
Merge pull request #109 from mark-adams/algo-validation-fixes
José Padilla
2015-03-17
4
-2
/
+84
|
\
|
*
Added tests to cover invalid string validations on HMAC
Mark Adams
2015-03-17
3
-2
/
+68
|
*
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
|
/
*
Merge pull request #101 from mark-adams/pyjwt-obj
José Padilla
2015-03-17
5
-1036
/
+1098
|
\
|
*
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
2
-4
/
+29
|
*
Added a better explanation for TestJWT and why it exists.
Mark Adams
2015-03-17
1
-1
/
+6
|
*
Fixed some PEP8 errors from the last commit.
Mark Adams
2015-03-17
2
-30
/
+27
|
*
Refactored tests to make things fit better with the new PyJWT object API
Mark Adams
2015-03-17
2
-858
/
+885
|
*
Refactored api.py so that all JWT functions are now part of a PyJWT class.
Mark Adams
2015-03-17
4
-351
/
+359
|
/
*
Merge pull request #103 from mark-adams/contrib-algorithms
José Padilla
2015-03-17
11
-37
/
+376
|
\
|
*
Rearranged the way the SHA hash functions were laid out.
Mark Adams
2015-03-17
3
-11
/
+19
|
*
Added some more tests to improve coverage for jwt.contrib.algorithms
Mark Adams
2015-03-15
1
-0
/
+62
|
*
Modified Travis to include new environment build for PyCrypto + ECDSA
Mark Adams
2015-03-15
1
-1
/
+3
|
*
Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.
Mark Adams
2015-03-15
9
-12
/
+275
|
*
Made algorithm class dependence on hash functions more direct.
Mark Adams
2015-03-15
2
-24
/
+28
*
|
Merge pull request #100 from mark-adams/93-docs-key-from-cert
José Padilla
2015-03-17
1
-14
/
+35
|
\
\
[prev]
[next]