feat(auth): add OIDC env placeholders and keep base path wiring

This commit is contained in:
Urban Modig
2025-10-13 00:14:12 +02:00
parent 1c1f22afe5
commit 39c1958128
2 changed files with 7 additions and 1 deletions

6
.env.local Normal file
View File

@ -0,0 +1,6 @@
VITE_API_BASE_URL=http://localhost:8080/
VITE_OIDC_AUTHORITY=http://localhost:8081/realms/hemhub
VITE_OIDC_CLIENT_ID=hemhub-public
VITE_OIDC_REDIRECT_URI=http://localhost:5173/auth/callback
VITE_OIDC_POST_LOGOUT_REDIRECT_URI=http://localhost:5173/
VITE_OIDC_SILENT_REDIRECT_URI=http://localhost:5173/auth/silent-renew