feat(auth): header login/logout and /me badge using ky + react-query

This commit is contained in:
Urban Modig
2025-10-13 09:53:31 +02:00
parent f9bd9292ed
commit 23798e301b
9 changed files with 78 additions and 25 deletions

View File

@ -43,6 +43,11 @@ steps:
build_args:
- VITE_API_BASE_URL=https://rubble.se/hemhub/api/
- VITE_BASE_PATH=/hemhub/app/
- VITE_OIDC_AUTHORITY=https://rubble.se/auth/realms/hemhub
- VITE_OIDC_CLIENT_ID=hemhub-public
- VITE_OIDC_REDIRECT_URI=https://rubble.se/hemhub/app/auth/callback
- VITE_OIDC_POST_LOGOUT_REDIRECT_URI=https://rubble.se/hemhub/app/
- VITE_OIDC_SILENT_REDIRECT_URI=https://rubble.se/hemhub/app/auth/silent-renew
# Taggar (latest + kort SHA)
tags: