Skip to content

Fixes additionalState in Internet Explorer 11 #391

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

Closed
wants to merge 2 commits into from
Closed

Fixes additionalState in Internet Explorer 11 #391

wants to merge 2 commits into from

Conversation

ppozeti
Copy link

@ppozeti ppozeti commented Jul 31, 2018

As mentioned #390, IE 11 was giving an error when the additionalState was set to a URL containing query parameters (?param1=value&param2=value).
The solution to that was to store the additionalState value into localStorage instead of the oauth state property.

Paulo Pozeti added 2 commits July 31, 2018 16:52
It now saves the additionalStage into localStorage and after authentication it reads the localStorage and sets the state variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant