summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use timezone package as Python 3.5+ is required (#694)Kevin Kirsche2021-10-062-7/+7
* Add support for Ed448/EdDSA. (#675)Ajitomi, Daisuke2021-10-034-36/+163
* Assume JWK is valid for signing if "use" is omitted (#668)Klavionik2021-08-121-0/+14
* Remove arbitrary kwargs. (#657)Ajitomi, Daisuke2021-08-081-0/+11
* Make typ optional (#644)Ajitomi, Daisuke2021-08-082-0/+86
* Prefer headers['alg'] to algorithm parameter in encode(). (#673)Ajitomi, Daisuke2021-08-051-0/+26
* Fix aud validation to support {'aud': null} case. (#670)Ajitomi, Daisuke2021-07-301-0/+19
* [pre-commit.ci] pre-commit autoupdate (#650)pre-commit-ci[bot]2021-04-282-2/+2
* Add to_jwk to Ed25519Algorithm. (#642) (#643)JohannesWill2021-04-281-0/+25
* Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorit...Ajitomi, Daisuke2021-04-161-0/+7
* Support JWK without alg. (#624)Ajitomi, Daisuke2021-03-221-1/+161
* Add from_jwk to Ed25519Algorithm (Support kty: OKP). (#623)Ajitomi, Daisuke2021-03-183-0/+78
* Support ES256K. (#629)Ajitomi, Daisuke2021-03-184-1/+24
* Remove padding from JWK test data. (#628)Ajitomi, Daisuke2021-03-183-7/+7
* Cache signing keys (#611)Steven Pitts2021-02-271-1/+33
* Validate claims if configured and verify_signature is not. (#608)Rémy HUBSCHER2021-02-151-0/+16
* Combine repetitive encode/decode tests using parametrize (#577)Jon Dufresne2020-12-211-92/+26
* Combine identical test functions using pytest.mark.parametrize() (#574)Jon Dufresne2020-12-211-30/+12
* Simplify black configuration to be closer to upstream defaults (#568)Jon Dufresne2020-12-215-112/+36
* Prefer ModuleNotFoundError over ImportError (#565)Jon Dufresne2020-12-214-38/+35
* Add utility functions to assist test skipping (#563)Jon Dufresne2020-12-197-163/+76
* Split PyJWT/PyJWS classes to tighten type interfaces (#559)Jon Dufresne2020-12-192-3/+44
* Do not mutate the input payload in PyJWT.encode() (#557)Jon Dufresne2020-12-191-0/+6
* Simplify mocked_response test utility function (#560)Jon Dufresne2020-12-191-18/+14
* Replace int_from_bytes() with builtin int.from_bytes() (#549)Jon Dufresne2020-12-172-25/+1
* Tighten bytes/str boundaries and remove unnecessary coercing (#547)Jon Dufresne2020-12-172-15/+5
* Replace force_bytes()/force_unicode() in tests with literals (#541)Jon Dufresne2020-12-172-117/+105
* Refactor jwt/jwks_client.py without requests dependency (#546)Jon Dufresne2020-12-161-30/+40
* Use existing key_path() utility function throughout tests (#540)Jon Dufresne2020-12-162-29/+31
* Remove unnecessary Unicode decoding before json.loads() (#542)Jon Dufresne2020-12-161-3/+3
* Remove unnecessary force_bytes() calls priot to base64url_decode() (#543)Jon Dufresne2020-12-161-3/+3
* Run pyupgrade to simplify code and use Python 3.6 syntax (#536)Jon Dufresne2020-12-165-74/+68
* Upgrade black version and usage (#538)Jon Dufresne2020-12-162-7/+7
* Upgrade to isort 5 and adjust configurations (#533)Jon Dufresne2020-12-162-3/+5
* Removed redundant `default_backend()` (#523)Kaushal Rohit2020-10-122-39/+13
* Implementation of ECAlgorithm.from_jwk (#500)José Padilla2020-08-246-0/+126
* Drop deprecation warnings (#515)José Padilla2020-08-2413-262/+324
* Drop support for legacy contrib algorithms (#514)José Padilla2020-08-243-300/+84
* Introduce better experience for JWKs (#511)José Padilla2020-08-242-0/+229
* Remove cli entrypoint (#501)José Padilla2020-08-211-177/+0
* Setup GH Actions (#499)José Padilla2020-08-191-1/+1
* Remove unnecessary compatibility shims for Python 2 (#498)Jon Dufresne2020-06-192-18/+1
* Fix `tox -e lint` warnings and errors (#490)Jon Dufresne2020-06-092-16/+15
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-086-97/+97
* Add support for Ed25519 / EdDSA, with unit tests (#455)Someguy1232020-05-243-0/+90
* Require tweak (#280)Pau Ruiz Safont2020-05-141-0/+15
* Fix 406 (#454)justinbaur2019-11-161-6/+29
* Remove Python 2.7 compatibility (#457)Bastien Vallet2019-11-122-17/+3
* DX Tweaks (#450)José Padilla2019-10-2112-879/+1061
* Fix linter error in test_cli (#414)Jason R. Coombs2019-05-041-1/+1