Add Keycloak integration support
All checks were successful
Build And Push Image / docker (push) Successful in 2m59s

- Update domain configuration to portal subdomain with HTTPS
- Add keycloak_id field to member creation and update operations
- Add API endpoint for linking Keycloak accounts to existing members
This commit is contained in:
2025-08-09 18:22:34 +02:00
parent 794b6a09f0
commit 358e9c0ad1
3 changed files with 87 additions and 3 deletions

View File

@@ -35,5 +35,5 @@ NUXT_SESSION_SECRET=your-48-character-session-secret-key-here
NUXT_ENCRYPTION_KEY=your-32-character-encryption-key-here
# Public Configuration
NUXT_PUBLIC_DOMAIN=monacousa.org
NUXT_PUBLIC_DOMAIN=https://portal.monacousa.org
#