vault backup: 2026-04-29 17:37:44

This commit is contained in:
Vadym Samoilenko 2026-04-29 17:37:44 +01:00
parent e0c73bb04f
commit 2d40d12e24
2 changed files with 4 additions and 0 deletions

View file

@ -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 |

View file

@ -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).