Skip to main content

apply_jwt_layer

Function apply_jwt_layer 

Source
pub fn apply_jwt_layer(
    router: Router,
    jwt: Arc<JwtService>,
    config: &SecurityConfig,
) -> Router
Expand description

Applique le middleware JWT sur un routeur Axum.