CSRF and authentication mild rework

This commit is contained in:
2026-08-26 15:18:04 +03:00
parent 81e126013b
commit 782ab79c42
4 changed files with 5 additions and 10 deletions
-3
View File
@@ -7,12 +7,9 @@
GET / controllers.HomeController.index()
POST /login controllers.authentication.SessionsController.login()
# TODO: enable it later
+nocsrf
DELETE /logout controllers.authentication.SessionsController.logout()
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.versioned(path="/public", file: Asset)
+nocsrf
POST /auctions controllers.AuctionsController.create()