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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactored JWS-specific logic out of PyJWT and into PyJWS superclass
Mark Adams
2015-04-19
1
-7
/
+7
*
Fixed some PEP8 issues
Mark Adams
2015-04-14
1
-3
/
+1
*
Fixed some squirly looking tests.
Mark Adams
2015-04-14
1
-12
/
+8
*
Removed all references to unittest
Mark Adams
2015-04-14
6
-299
/
+270
*
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
*
Merge pull request #135 from mark-adams/minor-updates
José Padilla
2015-04-14
2
-16
/
+32
|
\
|
*
Added a test to improve coverage and cleaned up some existing tests.
Mark Adams
2015-04-12
2
-10
/
+29
|
*
Changed PyJWT.default_options to options
Mark Adams
2015-04-12
1
-6
/
+3
*
|
Added a deprecation warning for using verify= instead of options= on decode()
Mark Adams
2015-04-12
1
-0
/
+21
|
/
*
Added support for RSASSA-PSS algorithms (PS256, PS384, PS512)
Mark Adams
2015-04-08
2
-7
/
+72
*
refactor option merging, add myself to AUTHORS, s/dict()/{}
Michael Davis
2015-04-08
1
-2
/
+2
*
Remove dict comprehension for py26 compatibility
Michael Davis
2015-04-06
1
-0
/
+2
*
Add flexible and complete verification options
Michael Davis
2015-04-06
1
-2
/
+67
*
Made some PEP8 fixes that came from the last commit.
Mark Adams
2015-03-29
1
-3
/
+3
*
Added checks on iat to make sure that a token can't be issued for the
Mark Adams
2015-03-29
1
-5
/
+13
*
Moved claims validation into a seperate private method to make it simpler to ...
Mark Adams
2015-03-29
1
-3
/
+0
*
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
*
Added validation for 'nbf' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
1
-0
/
+9
*
Added validation for 'iat' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
1
-2
/
+10
*
Added validation for 'exp' claim to ensure it is an int value. #121
Mark Adams
2015-03-29
1
-0
/
+10
*
Fixed a flaky test by making sure we actually make the signature invalid from...
Mark Adams
2015-03-18
1
-3
/
+2
*
Added the ability to specify both a global alg whitelist for a PyJWT object a...
Mark Adams
2015-03-17
1
-18
/
+37
*
Added tests to cover invalid string validations on HMAC
Mark Adams
2015-03-17
2
-1
/
+61
*
Default algorithms can now be overridden by passing in the algorithms paramet...
Mark Adams
2015-03-17
1
-2
/
+16
*
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
1
-25
/
+25
*
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
1
-174
/
+179
*
Added some more tests to improve coverage for jwt.contrib.algorithms
Mark Adams
2015-03-15
1
-0
/
+62
*
Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.
Mark Adams
2015-03-15
4
-10
/
+148
*
Made algorithm class dependence on hash functions more direct.
Mark Adams
2015-03-15
1
-13
/
+11
*
Fixed constant time compare tests so that they always use bytes as input.
Mark Adams
2015-01-25
1
-3
/
+10
*
Fixed compat imports so PEP8 passes.
Mark Adams
2015-01-25
1
-1
/
+2
*
Added tests for `pyjwt.compat.constant_time_compare`
Mark Adams
2015-01-25
1
-0
/
+16
*
Fixed a typo in the class name for TestAlgorithms
Mark Adams
2015-01-25
1
-1
/
+1
*
Removed json from compat since this only applies to Python < 2.6 and pyjwt on...
Mark Adams
2015-01-25
1
-0
/
+7
*
Made several changes to testing to increase code coverage
Mark Adams
2015-01-25
10
-47
/
+322
*
Changed header's alg parameter to be case sensitive per the JWT spec.
Mark Adams
2015-01-24
1
-0
/
+24
*
Fix tests that used private API
api
José Padilla
2015-01-18
1
-66
/
+71
*
Fixes #70. Refactored all HMAC, RSA, and EC code into seperate classes in the...
Mark Adams
2015-01-18
1
-54
/
+18
*
Drop usage of unicode_literals in all modules
Wouter Bolsterlee
2015-01-12
1
-1
/
+0
*
Correctly implement audience claim verification
Wouter Bolsterlee
2015-01-07
1
-44
/
+9
*
Rename exceptions that don't have Error in their name
Wouter Bolsterlee
2015-01-06
1
-14
/
+14
*
Merge pull request #58 from wbolster/issue-57
José Padilla
2015-01-05
1
-2
/
+4
|
\
|
*
Avoid ResourceWarning in tests
Wouter Bolsterlee
2015-01-05
1
-2
/
+4
*
|
Add failing test for specifying leeway as a datetime.timedelta
Wouter Bolsterlee
2015-01-05
1
-12
/
+15
|
/
*
Fix test_encode_decode_with_ecdsa_sha384 so that it actually uses the key its...
Mark Adams
2014-12-24
1
-5
/
+5
*
Added some missing ensure_bytes in a couple of the tests.
Mark Adams
2014-12-18
1
-31
/
+43
[prev]
[next]