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

Authentication stuck at "Confirm your account" #74

Open
podkovyrin opened this issue Jan 10, 2019 · 3 comments
Open

Authentication stuck at "Confirm your account" #74

podkovyrin opened this issue Jan 10, 2019 · 3 comments

Comments

@podkovyrin
Copy link

When authenticating for the very first time (or registering a new user) auth process hangs at confirming email page. If the user confirms his email by opening the link in the Safari.app and manually returns to the app nothing happens. The only way to log in is to press the "Done" button in Safari Controller (after confirming email) and open login page again.
img_1562

@podkovyrin
Copy link
Author

Why email confirmation is a requirement on a mobile device? It interrupts UX and it's really hard to make it uninterrupted from your end - return back to the app after confirming email in the Safari.app (or this link also can be opened inside another Safari Controller, for instance, Gmail app does it).
If disable email confirmation on a mobile device it won't affect user security as 2FA is enabled by default.

@nunofgs
Copy link
Contributor

nunofgs commented Jan 16, 2019

Hi @podkovyrin,

If the user confirms his email by opening the link in the Safari.app and manually returns to the app nothing happens

Good point. This isn't needed when the user is returning to our app but it's definitely lacking in the web app.

We'll add an auto-refresh feature to that page so that the user can continue the signup process.

Why email confirmation is a requirement on a mobile device?

This is an important security measure even on mobile devices and cannot be circumvented.

@podkovyrin
Copy link
Author

podkovyrin commented Jan 22, 2019

We'll add an auto-refresh feature to that page so that the user can continue the signup process.

Thanks! Will be waiting for the fix

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

2 participants