mantimon-tcg/backend/app
Cal Corum 3cc8d6645e Implement auth composables and starter selection (F1-003, F1-004, F1-005)
Features:
- Add useAuth composable with OAuth flow and token management
- Add useStarter composable with API integration and dev mock fallback
- Implement app auth initialization blocking navigation until ready
- Complete StarterSelectionPage with 5 themed deck options

Bug fixes:
- Fix CORS by adding localhost:3001 to allowed origins
- Fix OAuth URL to include redirect_uri parameter
- Fix emoji rendering in nav components (use actual chars, not escapes)
- Fix requireStarter guard timing by allowing navigation from /starter
- Fix starter "already selected" detection for 400 status code

Documentation:
- Update dev-server skill to use `docker compose` (newer CLI syntax)
- Update .env.example with port 3001 in CORS comment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:36:14 -06:00
..
api Implement UserRepository pattern with dependency injection 2026-01-30 07:30:16 -06:00
core Complete Phase 4 implementation files 2026-01-30 08:03:43 -06:00
data Phase 3: Collections + Decks - Services and DI architecture 2026-01-28 11:27:14 -06:00
db Fix security and validation issues from code review 2026-01-28 14:16:07 -06:00
repositories Implement UserRepository pattern with dependency injection 2026-01-30 07:30:16 -06:00
schemas Complete Phase 4 implementation files 2026-01-30 08:03:43 -06:00
services Complete Phase 4 implementation files 2026-01-30 08:03:43 -06:00
socketio Complete Phase 4 implementation files 2026-01-30 08:03:43 -06:00
__init__.py Add backend foundation with uv, Black, and pre-commit hooks 2026-01-24 00:12:33 -06:00
config.py Implement auth composables and starter selection (F1-003, F1-004, F1-005) 2026-01-30 15:36:14 -06:00
main.py Implement REST endpoints for game management (API-001) 2026-01-29 23:09:12 -06:00