Refactor: simplify user authentication flow

- Replaced manual token validation with built-in middleware
 - Removed redundant session checks in controllers
This commit is contained in:
Eric Coissac
2026-04-26 14:59:07 +02:00
parent eaf893174f
commit 1f466bf113
7 changed files with 240 additions and 194 deletions
+1
View File
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
obiskio = { path = "../obiskio" }