Skip to content

Commit 207dd0f

Browse files
committed
Add to init
1 parent cc0c634 commit 207dd0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jwt_rsa/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
RSAJWKPrivateKey, RSAJWKPublicKey, generate_rsa, load_private_key,
33
load_public_key, rsa_to_jwk,
44
)
5-
from .token import JWT
5+
from .token import JWT, JWTDecoder, JWTSigner
66
from .types import RSAPrivateKey, RSAPublicKey
77

88

99
__all__ = (
1010
"JWT",
11+
"JWTDecoder",
12+
"JWTSigner",
1113
"RSAJWKPrivateKey",
1214
"RSAJWKPublicKey",
1315
"RSAPrivateKey",

0 commit comments

Comments
 (0)