Update so there is an open landing page and a login page

- make / public
- add login on index.html
- add UserAttribute
- add hasRole to RemoteAuthentication
- update HomeController to give welcome instead of index if login.
- add welcome.html
This commit is contained in:
2025-01-20 21:43:36 +01:00
parent 9f6d7066b7
commit 3212226853
6 changed files with 76 additions and 2 deletions

View File

@@ -40,5 +40,6 @@ class SecurityConfiguration {
"/actuator/**",
"/login",
"/logout",
"/",
)
}