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
A successful response should look like: {user": true, "userId": "<user id>", "authenticated": true, "oneTapPrompt": true, "status": "ok"}, but I only managed to get { user: true, authenticated: false, status: 'ok' }.
I have mimicked the relevant request headers here.
Any suggestion is appreciated.
The text was updated successfully, but these errors were encountered:
hanchiang
changed the title
getting authenticated: false when logging in to "/accounts/login/ajax/"
authenticated: false when logging in to "/accounts/login/ajax/"
Aug 31, 2020
A successful response should look like:
{user": true, "userId": "<user id>", "authenticated": true, "oneTapPrompt": true, "status": "ok"}
, but I only managed to get{ user: true, authenticated: false, status: 'ok' }
.I have mimicked the relevant request headers here.
Any suggestion is appreciated.
The text was updated successfully, but these errors were encountered: