-
Notifications
You must be signed in to change notification settings - Fork 4.4k
🚀 Feature: Email OTP login #5818
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
Labels
product / auth
Fixes and upgrades for the Appwrite Auth / Users / Teams services.
Comments
Hii @binaryfire Can I work on these issue . I am a full stack developer and also I am new to these community . |
Ok thanks |
Hi, we do have a pending PR for this: #3912 |
@joeyouss Thanks, didn't see that. I'll close this and add my comments there. |
This was referenced Aug 1, 2023
Duplicate of #3893 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🔖 Feature description
Hi all
Are there plans to add email OTP login? We've been using it with Supabase and it's been great.
Magic Links don't work well for PWAs. Apple are recommending against them for PWAs and suggest codes instead. See timestamp 7:40 in this video: https://developer.apple.com/videos/play/wwdc2023/10120/
🎤 Pitch
It's more secure than passwords because:
And password security can be bypassed via email anyway (using "Forgot password").
It'll also bring Appwrite's auth up to feature-parity with Supabase: https://supabase.com/docs/reference/javascript/auth-signinwithotp
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: