vault backup: 2026-04-29 17:34:36

This commit is contained in:
Vadym Samoilenko 2026-04-29 17:34:36 +01:00
parent 460ac0c5c8
commit e0c73bb04f
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 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 |

View file

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