Commit Graph

8 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
d3a16e5aa4 🎨 Fix inconsistent key formatting in manualChunks configuration 2026-01-29 13:50:12 +00:00
7fdc6e33f4 ️ Optimize production build configuration with chunk splitting, source maps, and increased asset limits 2026-01-29 13:50:07 +00:00
13e6ce7467 🔧 Simplify API proxy rewrite rule in Vite configuration 2026-01-29 04:42:32 +00:00
dc6a625025 🔧 Add path alias configuration to Vite resolve settings 2026-01-28 19:56:28 +00:00
57ac382c99 🛠️ Add proxy configuration for Gamemaster API in Vite config 2026-01-28 19:05:50 +00:00
a24f766e37 🎨 Improve code readability by reformatting and updating function definitions and comments 2026-01-28 18:18:55 +00:00
48cd7bff15 🎨 Update project configuration and structure for improved organization 2026-01-28 04:37:19 +00:00