Commit Graph

11 Commits

Author SHA1 Message Date
c40f1a0036 Basic accounts
- add account link in welcome.html
- add AuthorizeExchangeSpec adminPaths in SecurityConfiguration
- add AccountController
- add users.html
- add getAccounts in AccountRegistryService
- add WebClient accountRegistryAccounts in webClient
2025-01-23 14:02:59 +01:00
3212226853 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
2025-01-20 21:44:27 +01:00
9f6d7066b7 Add remote authentication for users
- add RemoteReactiveAuthenticationManager
- add RemoteAuthentication
- add RemoteUserDetail
- add AccountRegistryService
- add WebClientCalls.kt with accountRegistryAuthenticate
- add Helper.kt with logCall
- add Mapping.kt toAuthenticationRequest
2025-01-17 14:08:13 +01:00
7cf39926d7 set up hlaeja account registry 2025-01-17 13:38:37 +01:00
410cbd2b21 set up hlaeja JWT 2025-01-17 13:19:44 +01:00
d97502bcf8 add WebClientConfiguration 2025-01-17 10:59:27 +01:00
3bd6f3b5af Added basic login and logout functionality
- update SecurityConfiguration
  - add logout
  - add login
- add AuthenticationController
- add goodbye.html
- add logout.html
- add login.html
2025-01-17 10:59:14 +01:00
b812f835ab add SecurityConfiguration 2025-01-17 10:59:00 +01:00
50ea6764d0 set up spring security 2025-01-16 23:19:15 +01:00
091f172521 make simple test landing pages
- add HomeController
- add index.html
- add layout.html
- add management.js
- add management.css
- add css js and html to .editorconfig
2025-01-16 23:05:24 +01:00
182508e919 Set up project structure 2025-01-16 23:03:38 +01:00