Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local storage not updated after call to processOAuthCallback #371

Open
dsvishchov opened this issue Nov 5, 2017 · 0 comments
Open

Local storage not updated after call to processOAuthCallback #371

dsvishchov opened this issue Nov 5, 2017 · 0 comments
Labels

Comments

@dsvishchov
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants