feat(user-sessions): add JWT-based session management and main menu route

This commit is contained in:
2025-10-29 10:31:49 +01:00
parent 93b0766138
commit 98a3f6319f
9 changed files with 138 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ GET /assets/*file controllers.Assets.versioned(path="/public",
GET /rules controllers.HomeController.rules()
GET /mainmenu controllers.UserController.mainMenu()
GET /login controllers.UserController.login()
POST /login controllers.UserController.login_Post()
GET /logout controllers.UserController.logout()