Start to implement auth middleware

This commit is contained in:
2022-04-02 15:44:09 +02:00
parent ce220c52f7
commit 3fdb775308
7 changed files with 84 additions and 6 deletions

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

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