feat(oauth): support interactive login selection (#4190)

This commit is contained in:
Armin Ronacher
2026-05-05 13:16:56 +02:00
committed by GitHub
parent bb25a3944c
commit b5755fd27d
4 changed files with 47 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ export type {
OAuthProviderId,
OAuthProviderInfo,
OAuthProviderInterface,
OAuthSelectOption,
OAuthSelectPrompt,
} from "./utils/oauth/types.js";
export * from "./utils/overflow.js";
export * from "./utils/typebox-helpers.js";