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

Email verification flow with a code instead of a URL #2470

Open
infomiho opened this issue Jan 27, 2025 · 0 comments
Open

Email verification flow with a code instead of a URL #2470

infomiho opened this issue Jan 27, 2025 · 0 comments
Labels
auth enhancement New feature or request

Comments

@infomiho
Copy link
Contributor

Our current email verification process requires users to click a link sent to their email, which then opens the client app to activate their account. This can be inconvenient, for example, when accessing the app on a mobile device while your email is on a computer.

Idea:

Implement an additional verification method where users receive a unique code via email, which they can enter in the Auth UI to activate their account. Ideally, both of these methods could rely on the same code under the hood.

Things to think about:

  • Ensure the verification code expires after a set period.
  • Handle multiple code requests by validating only the latest code.
  • Provide clear instructions for the code entry process.

Related Discord thread: https://ptb.discord.com/channels/686873244791210014/1332663089534992384/1332663089534992384

@infomiho infomiho added auth enhancement New feature or request labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant