mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-20 07:56:50 +00:00
feat: implement login functionality with LoginRequestHandler and integrate asset loading
This commit is contained in:
parent
6e9480f503
commit
9ea5ec5d1a
7 changed files with 406 additions and 140 deletions
|
|
@ -99,6 +99,8 @@ namespace PepperDash.Core.Web
|
|||
|
||||
if (_server == null) _server = new HttpCwsServer(BasePath);
|
||||
|
||||
_server.AuthenticateAllRoutes = false;
|
||||
|
||||
_server.setProcessName(Key);
|
||||
_server.HttpRequestHandler = new DefaultRequestHandler();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue