mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
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>
This commit is contained in:
parent
1ca53b4134
commit
e2d317eeb6
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ from .auth import (
|
|||
)
|
||||
from .providers.jwt import JWTVerifier, StaticTokenVerifier
|
||||
from .oauth_proxy import OAuthProxy
|
||||
from .oidc_proxy import OIDCProxy
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
|
@ -15,6 +16,7 @@ __all__ = [
|
|||
"JWTVerifier",
|
||||
"OAuthProvider",
|
||||
"OAuthProxy",
|
||||
"OIDCProxy",
|
||||
"RemoteAuthProvider",
|
||||
"StaticTokenVerifier",
|
||||
"TokenVerifier",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue