mirror of
https://github.com/HyPnoTiiK/stream-fusion.git
synced 2026-07-30 07:49:17 +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.
3 lines
70 B
Python
3 lines
70 B
Python
from stream_fusion.web.api.config import views
|
|
|
|
router = views.router
|