Start time grid #62

Merged
stne3960 merged 30 commits from start_time_grid into main 2026-01-16 14:17:09 +01:00
Showing only changes of commit 08b63dfb50 - Show all commits

View File

@ -17,4 +17,7 @@ spring.security.oauth2.client:
# Lift the restrictions imposed by __Host- prefix during development
# Ideally we keep it on, but it breaks in Chromium on Linux
server.servlet.session.cookie.name: studentportalen-bff-session
server.servlet.session.cookie:
name: studentportalen-bff-session
# Disable secure flag for HTTP development - Safari strictly enforces this
secure: false