From e0c73bb04f2124c0e2a03eae23018b53715b2067 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Wed, 29 Apr 2026 17:34:36 +0100 Subject: [PATCH] vault backup: 2026-04-29 17:34:36 --- .../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 ae5a804..ff28d7b 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 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 | | 2026-04-29 | Admin users feature | Added ADMIN_EMAILS config, fixed agency typo | backend/.env.optical, templates | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index 1971c8f..16ff7a1 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -434,3 +434,6 @@ tags: [daily] - 17:01 (1min) | `cinema-studio-pro-kling` - **Asked:** Implement admin users who can update Kling API credentials in realtime with time-based token rotation. - **Done:** Added admin user functionality for credential management and fixed Azure logout behavior to preserve Microsoft session while clearing app session. +- 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.