Expand description
Authentication helper functions for handlers
This module provides utilities for extracting user information from authenticated requests.
Functions§
- extract_
user_ id_ from_ claims - Extract user ID from OptionalAuthClaims
- extract_
user_ id_ with_ fallback - Extract user ID from OptionalAuthClaims with fallback
- extract_
username_ from_ claims - Extract username from OptionalAuthClaims
Type Aliases§
- Optional
Auth Claims - Optional AuthClaims extractor