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:
@@ -10,6 +10,7 @@
|
||||
@using PythonInterop
|
||||
@using WebServer
|
||||
@using WebServer.Components
|
||||
@using BCrypt.Net;
|
||||
|
||||
@inject DbDriver dbDriver
|
||||
@inject AIModule aiModule
|
||||
|
||||
Reference in New Issue
Block a user