mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-07-28 15:02:46 +00:00
Implement POST /encode endpoint for encrypting user configuration tokens. Uses Fernet encryption with automatic Base64 fallback when CONFIG_SECRET_KEY is not set. Protected by signed CSRF token validation to prevent cross-site attacks. |
||
|---|---|---|
| .. | ||
| admin | ||
| auth | ||
| config | ||
| docs | ||
| monitoring | ||
| peer | ||
| __init__.py | ||
| router.py | ||
| utils.py | ||