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
/
test_jwt.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed all references to unittest
Mark Adams
2015-04-14
1
-18
/
+12
*
Converted all unittest constructs to pytest
Mark Adams
2015-04-14
1
-5
/
+1
*
Added a better explanation for TestJWT and why it exists.
Mark Adams
2015-03-17
1
-1
/
+6
*
Refactored tests to make things fit better with the new PyJWT object API
Mark Adams
2015-03-17
1
-858
/
+4
*
Refactored api.py so that all JWT functions are now part of a PyJWT class.
Mark Adams
2015-03-17
1
-174
/
+179
*
Made several changes to testing to increase code coverage
Mark Adams
2015-01-25
1
-47
/
+121
*
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
*
Modified ECDSA algorithms to use cryptography library instead of ecdsa.
Mark Adams
2014-12-18
1
-11
/
+7
*
Modified RSA algorithms to use cryptography library instead of PyCrypto
Mark Adams
2014-12-18
1
-38
/
+38
*
Added reference to unittest2 so that Python 2.6 can use skipIf
Mark Adams
2014-12-17
1
-1
/
+5
*
Fixed tests so that they will still run without failure when
Mark Adams
2014-12-17
1
-144
/
+132
*
Added functionality and test.
defyrlt
2014-12-14
1
-0
/
+25
*
Implement Audience and Issuer claims
José Padilla
2014-10-22
1
-0
/
+120
*
Merge pull request #40 from sullivanmatt/master
José Padilla
2014-10-21
1
-19
/
+190
|
\
|
*
Merging in from latest master; resolving merge conflicts
Matthew Sullivan
2014-10-16
1
-61
/
+61
|
|
\
|
*
\
Merge pull request #1 from progrium/master
Matthew Sullivan
2014-09-22
1
-0
/
+15
|
|
\
\
|
*
|
|
Adding ecdsa library to test requirements.
Matthew Sullivan
2014-09-22
1
-0
/
+1
|
*
|
|
Fixing signature R and S value encoding, add tests for it
Matthew Sullivan
2014-09-22
1
-1
/
+41
|
*
|
|
Increasing expiration length to get through all tests.
Matthew Sullivan
2014-09-20
1
-7
/
+7
|
*
|
|
First pass at ECDSA tests
Matthew Sullivan
2014-09-20
1
-0
/
+130
|
*
|
|
Rename RSA assets in tests
Matthew Sullivan
2014-09-20
1
-12
/
+12
*
|
|
|
Fix test for new exception.
Pieter Ennes
2014-10-21
1
-1
/
+1
*
|
|
|
Add support for alg="none".
Pieter Ennes
2014-10-21
1
-0
/
+9
*
|
|
|
Unit tests for leeway and skip verification.
Pieter Ennes
2014-10-21
1
-0
/
+34
*
|
|
|
Add not-before validation.
Pieter Ennes
2014-10-21
1
-0
/
+16
|
|
_
|
/
|
/
|
|
*
|
|
Use single quotes instead of double quotes
José Padilla
2014-10-15
1
-42
/
+42
|
|
/
|
/
|
*
|
Add test to verify bytes error in python 3
Chris LaRose
2014-09-20
1
-0
/
+15
|
/
*
Added support for custom headers in encode method
vanzi
2014-04-24
1
-0
/
+9
*
Added test cases for the change
Jinyong Lee
2014-03-14
1
-2
/
+66
*
Try to fix failing test in 3.2
José Padilla
2014-02-08
1
-1
/
+1
*
Fix tests for 2.6 support
José Padilla
2014-02-08
1
-58
/
+122
*
add tests for load() and verify_signature()
wil paredes
2014-02-07
1
-1
/
+74
*
Update tests for optional Crypto
José Padilla
2014-01-18
1
-21
/
+57
*
Merge pull request #20 from mandus/master
Jeff Lindsay
2014-01-13
1
-0
/
+28
|
\
|
*
Added usage information in README, and added a few simple tests for the RSA s...
Åsmund Ødegård
2013-10-11
1
-0
/
+28
*
|
Basic Python 3 compatibility
Patryk Zawadzki
2013-11-06
1
-22
/
+49
|
/
*
Add a check in jwt.encode for data type. Raise an error if it's not a mapping...
FELD Boris
2013-06-13
1
-0
/
+8
*
Add an option to skip expiration verification.
FELD Boris
2013-06-12
1
-0
/
+6
*
Cast expiration claim field to int if a datetime is passed. Check expiration ...
FELD Boris
2013-06-10
1
-5
/
+22
*
Add support for expiration date verification in jwt.decode. Exp must be an in...
FELD Boris
2013-06-07
1
-1
/
+21
[next]