Login Test Page
Instructions:
- Click "Check Current Cookies" to see what cookies are currently set
- Click "Check Refresh Token Cookie" to specifically look for refresh token cookies
- Click "Check Cookie Details" to analyze domain issues
- Click "Clear All Cookies" to start fresh
- Try "Test Password Login" to see the login response
- After successful login, check cookies again
- Try "Test Refresh Token" to see if cookies work
- Check the browser console for detailed logs
What to look for:
- In the response headers, look for "Set-Cookie" headers
- Check if the refresh token cookie is being set during login
- Note the cookie properties (domain, path, httpOnly, secure)
- After login, check if refresh token works
Manual Check:
- Open DevTools (F12)
- Go to Application tab (Chrome) or Storage tab (Firefox)
- Look under Cookies → localhost:3002
- Look for any cookies with httpOnly=true