stream-fusion-better/stream_fusion/web/api
LimeDrive 0f310a958f feat(api): add config encoding endpoint with CSRF protection
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.
2026-03-30 02:23:41 +02:00
..
admin feat(peer): add authenticated peer-to-peer cache sharing 2026-03-28 05:07:40 +01:00
auth refactor: async fixes, security hardening, and code deduplication 2026-03-24 19:05:33 +01:00
config feat(api): add config encoding endpoint with CSRF protection 2026-03-30 02:23:41 +02:00
docs Add PostgreSQL related files and modules 2024-09-18 18:13:42 +02:00
monitoring init 2024-07-09 04:13:29 +02:00
peer feat(peer): add authenticated peer-to-peer cache sharing 2026-03-28 05:07:40 +01:00
__init__.py init 2024-07-09 04:13:29 +02:00
router.py feat(security): add Fernet encryption for config tokens and CSRF protection 2026-03-30 01:18:08 +02:00
utils.py refactor: async fixes, security hardening, and code deduplication 2026-03-24 19:05:33 +01:00