mmtickets_common/auth/
mod.rs

1
2
3
4
pub mod jwt;
pub use jwt::*;

pub const JWT_COOKIE_NAME: &str = "auth-service-jwt";