pub async fn authenticate_jwt(
state: &AuthState,
auth_header: &str,
) -> Option<AuthResult>
Expand description
Authenticate using JWT
pub async fn authenticate_jwt(
state: &AuthState,
auth_header: &str,
) -> Option<AuthResult>
Authenticate using JWT