feat: logout callback with 'take me to I was' functionality

This commit is contained in:
Raul Lugo
2026-01-28 11:55:57 +01:00
parent 5e4cd49d0a
commit eceee79d0b
4 changed files with 184 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ export type OidcRuntimeOptions = {
issuer: string;
clientId: string;
scopes: string;
routes: { login: string; callback: string; logout: string };
routes: { login: string; callback: string; logout: string; logoutCallback: string };
redirectUri: { mode: "infer-from-request" } | { absolute: string };
cookie: {
name: string;