feat(theme): SRC theme v1.1.0 — MD3 components (shape scale, buttons, cards, dialogs, state layers)

This commit is contained in:
Bernd Rodler
2026-08-03 19:13:07 +02:00
parent 88670d4bcf
commit f0e63de09b
3 changed files with 234 additions and 4 deletions
+3 -2
View File
@@ -27,9 +27,10 @@ function isValidContext(payload: unknown): payload is StalwartAuthContext {
&& typeof candidate.authHeader === 'string';
}
const AUTH_CONTEXT_MAX_AGE = 6 * 60 * 60; // 6 hours
function getSessionCookieOptions() {
const { maxAge: _maxAge, ...cookieOptions } = getCookieOptions();
return cookieOptions;
return { ...getCookieOptions(), maxAge: AUTH_CONTEXT_MAX_AGE };
}
export function readStalwartAuthContextFromStore(