start working on auth

This commit is contained in:
2023-04-03 16:11:26 +02:00
parent 3dbfadb00e
commit d50f3d9746
12 changed files with 485 additions and 106 deletions

1
src/model/mod.rs Normal file
View File

@ -0,0 +1 @@
pub mod user;