0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update CHANGELOG.md (#584) More... over 4 years ago
Update requirement on `cryptography` (#575) More... over 4 years ago
Release 2.0.0 (#576) More... over 4 years ago
Complete type hinting of jwks_client.py (#578) More... over 4 years ago
Combine repetitive encode/decode tests using parametrize (#577) More... over 4 years ago
Combine identical test functions using pytest.mark.parametrize() (#574) More... over 4 years ago
Simplify tox configuration (#573) More... over 4 years ago
[pre-commit.ci] pre-commit autoupdate (#572) More... over 4 years ago
Use generator expressions (#569) More... over 4 years ago
Drop lint environment from GitHub actions in favor of pre-commit.ci (#571) More... over 4 years ago
Simplify black configuration to be closer to upstream defaults (#568) More... over 4 years ago
Fix tox "docs" environment to pass (#567) More... over 4 years ago
Fix tox "manifest" environment to pass (#566) More... over 4 years ago
Prefer ModuleNotFoundError over ImportError (#565) More... over 4 years ago
Simplify from_base64url_uint() (#570) More... over 4 years ago
Type hint jwt.utils module (#564) More... over 4 years ago
Bump up version to 2.0.0a2 More... over 4 years ago
Autoupdate pre-commit hooks and apply them (#561) More... over 4 years ago
Add utility functions to assist test skipping (#563) More... over 4 years ago
Remove unused argument "payload" from PyJWS._verify_signature() (#562) More... over 4 years ago
Split PyJWT/PyJWS classes to tighten type interfaces (#559) More... over 4 years ago
Do not mutate the input payload in PyJWT.encode() (#557) More... over 4 years ago
Simplify mocked_response test utility function (#560) More... over 4 years ago
Use direct indexing in PyJWKClient.get_signing_key_from_jwt() (#558) More... over 4 years ago
Tighten type checking of string values (#556) More... over 4 years ago
Replace merge_dict() with builtin dict unpacking generalizations (#555) More... over 4 years ago
Prefer direct indexing over options.get() (#552) More... over 4 years ago
Cleanup "noqa" comments (#553) More... over 4 years ago
Replace int_from_bytes() with builtin int.from_bytes() (#549) More... over 4 years ago
Replace codecs.open() with builtin open() (#548) More... over 4 years ago