feat: add auth middleware chain with ctx resolver and cookie parsing
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
pub mod mw_auth;
|
||||
pub mod routes_file;
|
||||
pub mod routes_health;
|
||||
pub mod routes_login;
|
||||
|
||||
pub const AUTH_TOKEN: &str = "auth-token";
|
||||
|
||||
Reference in New Issue
Block a user