Implemented login page and new jwt-based sessions. Watching cleanup.

This commit is contained in:
2023-10-17 19:06:27 +00:00
parent f6bbd7b5ff
commit 9f889232f3
6 changed files with 166 additions and 59 deletions
+1
View File
@@ -17,6 +17,7 @@ dependencies = [
"argon2-cffi",
"msgspec",
"pathvalidate",
"pyjwt",
"sanic",
"tomli_w",
"watchdog",