This commit is contained in:
Alois 2026-04-02 22:28:25 +02:00
commit f2f7ff657f
70 changed files with 15598 additions and 0 deletions

2
src/auth/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod auth_user;
pub mod local_auth;