feat(auth): enterprise authentication and user management

This commit is contained in:
Schubert Ferenc 2026-07-02 22:19:12 +02:00
parent 4bc8b20a21
commit 86a32a942c
36 changed files with 2239 additions and 324 deletions

View file

@ -6,7 +6,9 @@ services:
environment:
NODE_ENV: production
NEXT_PUBLIC_API_URL: https://api.funktechnik-schubert.de
HERMES_INTERNAL_URL: https://api.funktechnik-schubert.de
AUTH_COOKIE_SECURE: true
ATHENA_PUBLIC_ORIGIN: https://crm.funktechnik-schubert.de
ports:
- "3001:3000"