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

View File

@@ -2,4 +2,5 @@ pub mod data;
pub mod utils;
pub mod constants;
pub mod controllers;
pub mod actors;
pub mod actors;
pub mod middlewares;