flarelette-jwt¶
Container Context¶

Container Information¶
| Name | flarelette-jwt |
| Type | Service |
| Description | Environment-driven JWT authentication for Cloudflare Workers Python with secret-name indirection |
| Tags | Auto-generated |
Components¶
Component View¶

Component Details¶
| Component | Type | Description | Code |
|---|---|---|---|
| adapters | module | Adapters for Cloudflare Workers Environment This module provides utilities to adapt Cloudflare Workers environment variables for use with the Flarelette JWT library. | View → |
| util | module | Environment Configuration for JWT Operations This module provides functions to read environment variables and derive JWT-related configurations. It supports both symmetric (HS512) and asymmetric (EdDSA) algorithms. | View → |
| explicit | module | Explicit Configuration API for JWT Operations This module provides functions that accept explicit configuration objects instead of relying on environment variables or global state. Use this API when you need full control over configuration, especially in development environments or when working with multiple JWT configurations. | View → |
| flarelette_jwt | module | Component derived from directory: flarelette_jwt | View → |
← Back to System Overview | Generated with Archlette