Skip to content

Commit e2d317e

Browse files
Add OIDCProxy to auth module exports (#2308)
Fixes #2298 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Jeremiah Lowin <jlowin@users.noreply.github.com>
1 parent 1ca53b4 commit e2d317e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fastmcp/server/auth/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
)
88
from .providers.jwt import JWTVerifier, StaticTokenVerifier
99
from .oauth_proxy import OAuthProxy
10+
from .oidc_proxy import OIDCProxy
1011

1112

1213
__all__ = [
@@ -15,6 +16,7 @@
1516
"JWTVerifier",
1617
"OAuthProvider",
1718
"OAuthProxy",
19+
"OIDCProxy",
1820
"RemoteAuthProvider",
1921
"StaticTokenVerifier",
2022
"TokenVerifier",

0 commit comments

Comments
 (0)