mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: Implement login request handler with token generation and error handling
This commit is contained in:
parent
d1501d2dab
commit
dc656bddf1
5 changed files with 241 additions and 6 deletions
|
|
@ -75,6 +75,8 @@ public class WebApiServer : IKeyName
|
|||
|
||||
if (_server == null) _server = new HttpCwsServer(BasePath);
|
||||
|
||||
_server.AuthenticateAllRoutes = false;
|
||||
|
||||
_server.setProcessName(Key);
|
||||
_server.HttpRequestHandler = new DefaultRequestHandler();
|
||||
_server.ReceivedRequestEvent += ReceivedRequestEventHandler;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue