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
When using oAuth flow within the same window after successful auth local storage is not updated.
Followed instructions and see that currentAuthData has proper values from URL, however there is no call to setAuthData inside getAuthDataFromParams according to the source code. Therefore when making a request to let's say validateToken it's not working (since technically it calls request and request calls getAuthDataFromStorage which in fact overrides atCurrentAuthData set in processOAuthCallback).
Works perfectly fine with newWindow flow.
The text was updated successfully, but these errors were encountered:
When using oAuth flow within the same window after successful auth local storage is not updated.
Followed instructions and see that currentAuthData has proper values from URL, however there is no call to setAuthData inside getAuthDataFromParams according to the source code. Therefore when making a request to let's say validateToken it's not working (since technically it calls request and request calls getAuthDataFromStorage which in fact overrides atCurrentAuthData set in processOAuthCallback).
Works perfectly fine with newWindow flow.
The text was updated successfully, but these errors were encountered: