added framework for auth server

This commit is contained in:
DJMrTV 2025-01-19 14:14:48 +01:00
commit 7582f36795
7 changed files with 620 additions and 21 deletions

View file

@ -1,4 +1,4 @@
pub mod packet;
mod server;
pub mod server;
mod endpoint;
mod auth_module;