Added a feature to create temporary users

- Token verification simplified
This commit is contained in:
Shiroyasha 2024-06-18 16:01:23 +03:00
parent 4bd9a2ab2e
commit 7594e3d615
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
7 changed files with 60 additions and 45 deletions

View file

@ -5,4 +5,4 @@ mod http;
pub use types::C2SMessage;
pub use types::S2CMessage;
pub use websocket::handler;
pub use http::router as http_router;
pub use http::router as http2ws_router;