-
Notifications
You must be signed in to change notification settings - Fork 112
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
Alternative Login Method: One Time Code #35
Labels
enhancement
New feature or request
pending triage
these issues are not ready to be worked on yet
typescript
code is mostly backend/typescript based
Comments
can I work on this ?? |
@skushagra9 we'll still need to discuss some things regarding the implementation. Will keep you in the loop. Also @simonorzel26 had some interest in doing this |
you can assign to me if needed |
@simonorzel26 we're putting this on hold as we evaluate switching to Lucia auth |
working on a larger refactor of the auth system, will work this in somehow |
closing in favor of #81 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
pending triage
these issues are not ready to be worked on yet
typescript
code is mostly backend/typescript based
Problem
Currently, the only way to use UnInbox is by Passkey Auth. While passkeys are a super nice technology and are really secure they're not that well known (yet) and this might hinder people from using UnInbox and that should never be a blocker.
Constraints:
Proposed Solution
Implement a One Time Code login method. When the user wants to sign-up / login they will need to enter an email address.
They will receive an email containing a code containing 6 characters (number/uppercase letters). They can then enter this code in combination with their email to login or signup.
Technical Details
The text was updated successfully, but these errors were encountered: