Skip to content

Commit

Permalink
feat: surface jwt.decode_complete(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Nov 16, 2024
1 parent a759c45 commit b032353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
register_algorithm,
unregister_algorithm,
)
from .api_jwt import PyJWT, decode, encode
from .api_jwt import PyJWT, decode, decode_complete, encode
from .exceptions import (
DecodeError,
ExpiredSignatureError,
Expand Down Expand Up @@ -49,6 +49,7 @@
"PyJWK",
"PyJWKSet",
"decode",
"decode_complete",
"encode",
"get_unverified_header",
"register_algorithm",
Expand Down

0 comments on commit b032353

Please sign in to comment.