diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index f7e9b89..db35928 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777474621366, + "lastSyncTimestamp": 1777478221156, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, 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 dda7b2c..b69bfb2 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 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 | | 2026-04-29 | Admin users feature | Add ADMIN_EMAILS env var, implement token management, fix typo in templates | backend/.env.optical, .env templates | | 2026-04-29 | Admin Kling credentials | Add admin user system, implement time-based token refresh, document FRONTEND_URL configs for playground and main branches | User management module, Kling integration, documentation | diff --git a/99 Daily/2026-04-29.md b/99 Daily/2026-04-29.md index f335471..9f10ea5 100644 --- a/99 Daily/2026-04-29.md +++ b/99 Daily/2026-04-29.md @@ -425,3 +425,6 @@ tags: [daily] - 16:55 | `video-accessibility` - **Asked:** Conduct a complete audit, testing, and documentation of the video-accessibility platform. - **Done:** Performed static analysis, identified pre-existing style warnings, and fixed unused import in routes_clients.py. +- 16:56 | `cinema-studio-pro-kling` + - **Asked:** Implement admin user functionality to update Kling API credentials in real-time with token rotation. + - **Done:** Fixed Azure AD logout mismatch by switching to logoutRedirect() and adding postLogoutRedirectUri configuration.