adapters — Code View¶
← Back to Container | ← Back to System
Component Information¶
| Field | Value |
|---|---|
| Component | adapters |
| Container | flarelette-jwt |
| Type | module |
| Description | Adapters for Cloudflare Workers Environment This module provides utilities to adapt Cloudflare Workers environment variables for use with the Flarelette JWT library. |
| --- |
Code Structure¶
Class Diagram¶

Code Elements¶
1 code element(s)
#### Functions ##### `apply_env_bindings()` Copy a Cloudflare Worker `env` mapping into os.environ so the kit can read it. | Field | Value | | --- | --- | | **Type** | `function` | | **Visibility** | `-` | | **Returns** | `None` || **Location** | `C:\Users\chris\git\flarelette-jwt-kit\packages\flarelette-jwt-py\flarelette_jwt\adapters.py:15` | **Parameters:** - `env`:Mapping[str, str] ---