feat(F-172): completed feature

This commit is contained in:
chattie
2026-08-22 19:16:08 +02:00
parent c0870f6c48
commit 767860d546
12 changed files with 38 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
# F-172
Auth me/logout now use backend `mdv_session` cookie. Runtime login 200, me returns authenticated user, account 200, logout clears cookie. Frontend build passes.