feat: session auth, role middleware, login/setup/logout routes

This commit is contained in:
2026-03-17 19:06:06 -04:00
parent 5c25953929
commit 6ca25e94a0
6 changed files with 134 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
{% extends "base.html" %}{% block content %}setup{% endblock %}