Add middleware to check authentication

This commit is contained in:
2023-09-02 19:15:11 +02:00
parent 849bf0cdfb
commit caaf3d703f
7 changed files with 126 additions and 8 deletions

@ -2,3 +2,4 @@ pub mod app_config;
pub mod constants;
pub mod controllers;
pub mod extractors;
pub mod middlewares;