pub static JWT_AUTH: JwtAuthGuardExpand description
Ready-to-use singleton for JwtAuthGuard. Import and call:
ⓘ
use arcly_http::guards::{Guard, JWT_AUTH};
JWT_AUTH.check(&ctx)?;pub static JWT_AUTH: JwtAuthGuardReady-to-use singleton for JwtAuthGuard. Import and call:
use arcly_http::guards::{Guard, JWT_AUTH};
JWT_AUTH.check(&ctx)?;