Skip to content

Commit

Permalink
Export PyJWK and PyJWKSet. Closes #646
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Apr 28, 2021
1 parent 816cbe5 commit 4c3e5ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jwt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .api_jwk import PyJWK, PyJWKSet
from .api_jws import (
PyJWS,
get_unverified_header,
Expand Down Expand Up @@ -43,6 +44,8 @@
"PyJWS",
"PyJWT",
"PyJWKClient",
"PyJWK",
"PyJWKSet",
"decode",
"encode",
"get_unverified_header",
Expand Down

0 comments on commit 4c3e5ea

Please sign in to comment.