Implement user login and registration; update database connection management to be per use not a singleton by adjusting service lifetimes in DI.

This commit is contained in:
2026-02-26 18:45:15 -08:00
parent 6172d1c373
commit 79ee297e61
6 changed files with 194 additions and 90 deletions
+1
View File
@@ -10,6 +10,7 @@
@using PythonInterop
@using WebServer
@using WebServer.Components
@using BCrypt.Net;
@inject DbDriver dbDriver
@inject AIModule aiModule