find sessions for loginHint, send to select account

This commit is contained in:
peintnermax
2023-08-29 14:43:51 +02:00
parent 8056c81161
commit 338c28cd88
6 changed files with 120 additions and 34 deletions

View File

@@ -32,6 +32,11 @@ export {
CreateCallbackResponse,
} from "./proto/server/zitadel/oidc/v2alpha/oidc_service";
export {
AuthRequest,
Prompt,
} from "./proto/server/zitadel/oidc/v2alpha/authorization";
export {
Session,
Factors,