Expand description
Token lifecycle management
This module provides functionality for managing token lifecycle scenarios:
- Token revocation tracking
- Key rotation management
- Clock skew simulation
- Prebuilt test scenarios
Structs§
- Active
Key - Active key information
- Clock
Skew State - Clock skew configuration
- KeyRotation
State - Key rotation state
- Revoked
Token - Token revocation information
- Token
Lifecycle Manager - Token lifecycle manager combining all lifecycle features
- Token
Revocation Store - Token revocation store
Functions§
- extract_
token_ id - Extract token ID from JWT (using jti claim or token hash)