Interface: ConfigureAuthProxyRuntimeOptions
Properties
baseUrl
baseUrl: string;
cookieName?
optional cookieName: string;
fetch?
optional fetch: FetchLike;
headers?
optional headers: Record<string, string>;
localBasePath
localBasePath: string;
secret?
optional secret: string;
sessionStrategy
sessionStrategy: "jwt" | "database";
targetBasePath?
optional targetBasePath: string;