FEAT: Enhance authentication session management with configurable cookie domain and improved token refresh logic

This commit is contained in:
2025-06-16 17:53:43 +02:00
parent 3a83831a20
commit d436367ee6
11 changed files with 594 additions and 149 deletions

View File

@@ -26,3 +26,9 @@ NUXT_OIDC_PROVIDERS_KEYCLOAK_CLIENT_SECRET=your-keycloak-client-secret
NUXT_OIDC_TOKEN_KEY=base64_encoded_32_byte_key
NUXT_OIDC_SESSION_SECRET=48_character_random_string_for_session_security
NUXT_OIDC_AUTH_SESSION_SECRET=48_character_random_string_for_auth_session
# Cookie Configuration
COOKIE_DOMAIN=.portnimara.dev
# Keycloak Configuration (used by custom auth)
KEYCLOAK_CLIENT_SECRET=your-keycloak-client-secret