We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce3ef2 commit a44b343Copy full SHA for a44b343
2 files changed
src/corbado_python_sdk/services/implementation/session_service.py
@@ -2,8 +2,8 @@
2
from jwt import (
3
ExpiredSignatureError,
4
ImmatureSignatureError,
5
- InvalidSignatureError,
6
InvalidAlgorithmError,
+ InvalidSignatureError,
7
decode,
8
)
9
from jwt.jwks_client import PyJWKClient
tests/unit/test_session_service.py
@@ -8,8 +8,8 @@
DecodeError,
10
11
12
13
PyJWKClientError,
14
encode,
15
0 commit comments