Commit Graph

28 Commits

Author SHA1 Message Date
16c88d5fb7 🛠️ Refactor OAuth proxy server to improve configuration validation, logging, and middleware setup 2026-01-29 13:19:36 +00:00
0098155471 Simplify arrow function syntax and remove unnecessary whitespace in graceful shutdown utility 2026-01-29 13:19:23 +00:00
7bf1f9c459 🔧 Add graceful shutdown utility for server 2026-01-29 13:19:18 +00:00
ee24b9bffc 🧹 Clean up logger utility by removing extra whitespace and simplifying arrow function syntax 2026-01-29 13:19:05 +00:00
2327557764 🛠️ Update logger utility implementation 2026-01-29 13:19:00 +00:00
4615fa0ef1 Improve code readability by reformatting and reindenting environment validation logic 2026-01-29 13:18:46 +00:00
4d3818f961 🔧 Add environment variable validation utility 2026-01-29 13:18:41 +00:00
dfc57b84fd 🔧 Add example environment variables for server configuration 2026-01-29 06:33:50 +00:00
31c40ecd6b 🐳 Update Dockerfile to optimize image build process and dependencies 2026-01-29 06:33:14 +00:00
0cc01aa476 📝 Format error messages for Challonge OAuth configuration consistently 2026-01-29 04:35:19 +00:00
8650920c7c 🔒 Add validation for Challonge OAuth configuration in token and refresh endpoints 2026-01-29 04:35:14 +00:00
4769193ae4 ⚠️ Update OAuth proxy to warn instead of exit when Challonge credentials are missing 2026-01-29 04:35:03 +00:00
f132339abf 🎨 Reformat import statement for improved readability 2026-01-28 22:46:27 +00:00
6d44590dff 🔒 Add authentication route logic for user login and registration 2026-01-28 22:46:22 +00:00
5d0c428dcd Improve readability by reformatting conditional expressions and code structure in authentication middleware 2026-01-28 22:46:17 +00:00
0044f1e965 🔒 Add authentication middleware for secure access 2026-01-28 22:46:10 +00:00
ac0a31c071 Refactor JWT utility functions for improved readability and consistency 2026-01-28 22:46:07 +00:00
3434a361d9 🔒 Update JWT utility functions for improved token handling 2026-01-28 22:46:02 +00:00
6b2e5795bc Add new dependencies for server functionality 2026-01-28 22:19:03 +00:00
201c3be2df Update Pokémon data files with the latest game master information 2026-01-28 19:08:16 +00:00
0a7b920bb5 Add function to categorize gamemaster data into Pokémon, forms, and moves 2026-01-28 19:07:35 +00:00
5785985419 🔗 Add node-fetch import for HTTP requests 2026-01-28 19:07:25 +00:00
9eb91d3075 Add endpoint to fetch, process, and save gamemaster data server-side 2026-01-28 19:07:20 +00:00
f563e27224 🔗 Add gamemaster API route to OAuth proxy server 2026-01-28 18:59:30 +00:00
8b4cadf3c4 🎨 Simplify header setting for file download response 2026-01-28 18:58:50 +00:00
76f42cacc7 Add API endpoint for retrieving Pokémon data 2026-01-28 18:58:45 +00:00
4596112762 🗂️ Add placeholder file to preserve directory structure 2026-01-28 18:58:33 +00:00
a24f766e37 🎨 Improve code readability by reformatting and updating function definitions and comments 2026-01-28 18:18:55 +00:00