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

Ask user to login after email verification #1804

Open
ori-saporta83 opened this issue Aug 2, 2022 · 2 comments
Open

Ask user to login after email verification #1804

ori-saporta83 opened this issue Aug 2, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ori-saporta83
Copy link

ori-saporta83 commented Aug 2, 2022

Consider the following flow:

  1. User signs up for the first time. Alternatively, user completes the forgot password form.
  2. User receives a verification email.
  3. User clicks on link in verification email.
    At the moment, the user is automatically signed in.
    This is based on the fact the the user has entered a password in step number 1. However, the user hasn't actually signed in with this new password. Therefore, we expect to at least have the option to redirect the user back to the sign in page to force them to sign in.

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

@mooreds mooreds added the enhancement New feature or request label Aug 2, 2022
@mooreds
Copy link
Collaborator

mooreds commented Aug 2, 2022

Thanks for filing. A few questions:

  • Would you expect to be this to be new default behavior, or a configuration on the tenant (across all applications) or on a given application (a certain client_id)? Which would meet your needs best?
  • Would you expect to be able to provide an arbitrary sign in page or only have the user sent back to the login page?
  • Would you expect the redirect_uri (from the initial registration or forgot password flow) to be carried through (so that on the second login, the user is sent to the page they were originally trying to get to)?

@ori-saporta83
Copy link
Author

ori-saporta83 commented Aug 2, 2022 via email

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

No branches or pull requests

2 participants