- Add base_url config setting for OAuth callback URLs
- Change OAuth callbacks from relative to absolute URLs
- Add account linking OAuth flow (GET /auth/link/{provider})
- Add unlink endpoint (DELETE /users/me/link/{provider})
- Add AccountLinkingError and service methods for linking
- Add 14 new tests for linking functionality
- Update Phase 2 plan to mark complete (1072 tests passing)
|
||
|---|---|---|
| .. | ||
| oauth | ||
| __init__.py | ||
| conftest.py | ||
| test_card_service.py | ||
| test_game_state_manager.py | ||
| test_jwt_service.py | ||
| test_user_service.py | ||