Commit Graph

7 Commits

Author SHA1 Message Date
700c1cbbbe Refactor authentication handling and improve API client security
- Updated OAuth endpoints for Challonge and Discord in platforms configuration.
- Implemented session and CSRF cookie initialization in main application entry.
- Enhanced Challonge API client to avoid sending sensitive API keys from the browser.
- Modified tournament querying to handle new state definitions and improved error handling.
- Updated UI components to reflect server-side storage of authentication tokens.
- Improved user experience in API Key Manager and Authentication Hub with clearer messaging.
- Refactored client credentials management to support asynchronous operations.
- Adjusted API client tests to validate new request configurations.
- Updated Vite configuration to support session and CSRF handling through proxies.
2026-02-03 12:50:11 -05:00
da9d658238 Add Terser and related dependencies for JavaScript minification 2026-01-29 14:07:37 +00:00
77a5d09db1 🛠️ Add new dependencies and configure workspace for server module integration 2026-01-28 22:21:28 +00:00
fcdab93e55 🧪 Add testing dependencies including Vitest, JSDOM, and Vue Test Utils 2026-01-28 22:10:20 +00:00
05b2894cc8 Add new dependencies for syntax highlighting and virtual scrolling features 2026-01-28 19:48:44 +00:00
a24f766e37 🎨 Improve code readability by reformatting and updating function definitions and comments 2026-01-28 18:18:55 +00:00
75b6b558c9 🔧 Update port mappings to use single quotes in docker-compose configuration 2026-01-28 04:37:55 +00:00