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
...
|
*
|
Minor refactorings to move some utils code around and remove unneeded code.
Mark Adams
2015-04-14
3
-8
/
+8
|
*
|
Converted all unittest constructs to pytest
Mark Adams
2015-04-14
5
-189
/
+199
|
*
|
Changed to use Pytest as the test runner #111
Mark Adams
2015-04-14
3
-23
/
+24
|
/
/
*
|
Merge pull request #135 from mark-adams/minor-updates
José Padilla
2015-04-14
4
-35
/
+50
|
\
\
|
*
|
Added a test to improve coverage and cleaned up some existing tests.
Mark Adams
2015-04-12
3
-11
/
+30
|
*
|
Created merge_dict utility function
Mark Adams
2015-04-12
2
-18
/
+17
|
*
|
Optimized _merge_options and changed some variable names
Mark Adams
2015-04-12
1
-8
/
+8
|
*
|
Changed PyJWT.default_options to options
Mark Adams
2015-04-12
2
-10
/
+7
*
|
|
Merge pull request #134 from mark-adams/deprecate-verify
José Padilla
2015-04-14
3
-0
/
+25
|
\
\
\
|
*
|
|
Added a deprecation warning for using verify= instead of options= on decode()
Mark Adams
2015-04-12
3
-0
/
+25
|
|
/
/
*
|
|
Fix #138 by adding documentation concerning the iat claim to the README.
Mark Adams
2015-04-13
1
-0
/
+16
|
/
/
*
|
Merge pull request #132 from mark-adams/add-rsa-pss-algorithms
Mark Adams
2015-04-10
5
-16
/
+124
|
\
\
|
*
|
Updated README and CHANGELOG
Mark Adams
2015-04-10
2
-2
/
+7
|
*
|
Added support for RSASSA-PSS algorithms (PS256, PS384, PS512)
Mark Adams
2015-04-08
3
-14
/
+117
|
/
/
*
|
Merge pull request #131 from michaeldavis-wf/options-dict
Mark Adams
2015-04-08
5
-13
/
+141
|
\
\
|
|
/
|
/
|
|
*
update CHANGELOG
Michael Davis
2015-04-08
1
-0
/
+1
|
*
move README note and add highlighting
Michael Davis
2015-04-08
1
-4
/
+4
|
*
update README with note about overriding defaults
Michael Davis
2015-04-08
1
-0
/
+4
|
*
refactor option merging, add myself to AUTHORS, s/dict()/{}
Michael Davis
2015-04-08
3
-14
/
+12
|
*
Update README with options information
Michael Davis
2015-04-07
1
-0
/
+24
|
*
Remove dict comprehension for py26 compatibility
Michael Davis
2015-04-06
2
-5
/
+14
|
*
Add flexible and complete verification options
Michael Davis
2015-04-06
2
-13
/
+105
|
/
*
Merge pull request #126 from mark-adams/iat-nbf-checks
Mark Adams
2015-03-29
4
-19
/
+37
|
\
|
*
Made some PEP8 fixes that came from the last commit.
Mark Adams
2015-03-29
3
-7
/
+7
|
*
Added checks on iat to make sure that a token can't be issued for the
Mark Adams
2015-03-29
4
-18
/
+36
|
/
*
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
|
\
[prev]
[next]