You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add happy-path OAuth2 callback test with state seeding helper
- Export _seedOAuthState() from auth.js for test-seeding CSRF states
- Add integration test verifying full OAuth callback flow:
code exchange → user fetch → session store → JWT redirect
- Verifies session stored server-side and JWT contains correct user info
Addresses PR #73 review thread #18
0 commit comments