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

Cannot sign in if localStorage is disabled #1560

Closed
shane-tomlinson opened this issue Jun 11, 2019 · 1 comment
Closed

Cannot sign in if localStorage is disabled #1560

shane-tomlinson opened this issue Jun 11, 2019 · 1 comment

Comments

@shane-tomlinson
Copy link
Contributor

shane-tomlinson commented Jun 11, 2019

The user from this SUMO report is unable to sign in to FxA because of some sort of cookie/DOM storage problem.

Maybe they are in permanent private browsing mode, maybe they have cookies disabled, maybe they have DOM storage disabled, maybe an addon is interfering with them. We aren't sure.

The thing is, we don't need localStorage, we use it to smooth out the experience by storing the last signed in user and making email verification a bit smoother. In Firefox Desktop we query the browser for its view of the world and use it if it's available.

If localStorage is disabled, we could just rely upon the in-memory store and the browser query. Sure the user would have to enter their email every time they want to sign in, but at least they'd be able to sign in.

┆Issue is synchronized with this Jira Task
┆Issue Number: FXA-180

@data-sync-user
Copy link
Collaborator

➤ Wil Clouser commented:

Thank you for filing this issue. This is not currently on our roadmap, and in an effort to focus our work, we are closing old issues that we are unlikely to be closed in the future. Thanks again.

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

No branches or pull requests

3 participants