pub fn check_permission(
context: &AuthContext,
permission: &str,
session_timeout_minutes: u64,
) -> bool
Expand description
Check if a session has the required permission
pub fn check_permission(
context: &AuthContext,
permission: &str,
session_timeout_minutes: u64,
) -> bool
Check if a session has the required permission