feat: add jwt auth

This commit is contained in:
acx
2024-07-18 15:39:09 +00:00
parent 7270399f35
commit 952a37892d
10 changed files with 527 additions and 38 deletions

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

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