framework_cqrs_lib::cqrs::infra::token::authenticated

Function authenticated

Source
pub async fn authenticated<T: TokenService>(
    req: &HttpRequest,
    jwt_token_service: &Arc<T>,
) -> ResultErr<Context>