From 2d40d12e240bf7b5919206fd64a2b223d88fcf70 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 17:37:44 +0100 Subject: [PATCH] vault backup: 2026-04-29 17:37:44 --- .../cinema-studio-pro-kling/Cinema Studio Pro (Kling).md | 1 + 99 Daily/2026-04-29.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md index ff28d7b..1f71ac9 100644 --- a/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md +++ b/01 Projects/cinema-studio-pro-kling/Cinema Studio Pro (Kling).md @@ -277,6 +277,7 @@ cd backend && composer install && php -S localhost:5015 # :5015 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-29 | Admin user management, API key update system, token rotation logic | ADMIN_EMAILS config, environment variables sync, git stash recovery | backend/.env.optical, .env files | | 2026-04-29 | Admin credentials management | Added admin user concept for Kling key/secret updates, fixed ADMIN_EMAILS configuration | .env.optical, backend configuration | | 2026-04-29 | Admin credentials system | Admin user role, Kling key/secret realtime update, token rotation, Azure logout fix, email validation | AuthService.ts, AdminPanel.tsx, config.ts | | 2026-04-29 | Admin auth system, logout flow | Added admin user role, implemented logoutRedirect with postLogoutRedirectUri, token rotation logic | auth.config.ts, authService.ts, AdminPanel.tsx | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 16ff7a1..23062aa 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -437,3 +437,6 @@ tags: [daily] - 17:33 | `cinema-studio-pro-kling` - **Asked:** Implement admin users who can update Kling API credentials in realtime with token rotation. - **Done:** Resolved git sync and environment configuration issues; set admin emails and prepared deployment for Lux Studio tool. +- 17:36 | `cinema-studio-pro-kling` + - **Asked:** Implement admin users who can update Kling API keys and secrets in real-time with monthly token rotation. + - **Done:** Resolved API limit errors and synced environment configuration across Lux Studio project branches (Kling and non-Kling versions).