Skip to content

Commit b032353

Browse files
committed
feat: surface jwt.decode_complete(...)
1 parent a759c45 commit b032353

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jwt/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
register_algorithm,
77
unregister_algorithm,
88
)
9-
from .api_jwt import PyJWT, decode, encode
9+
from .api_jwt import PyJWT, decode, decode_complete, encode
1010
from .exceptions import (
1111
DecodeError,
1212
ExpiredSignatureError,
@@ -49,6 +49,7 @@
4949
"PyJWK",
5050
"PyJWKSet",
5151
"decode",
52+
"decode_complete",
5253
"encode",
5354
"get_unverified_header",
5455
"register_algorithm",

0 commit comments

Comments
 (0)