2
Use email OTP for password reset and email verification.
Source: appwrite/appwrite#11497 · opened by @imtia33
๐ Enhancement description Currently appwrite uses link system which send a link to users which they use to redirect to the application. This works fine for web apps but for native apps, we cannot send myapp:// like scheme to get redirected to our apps. Because mailing service dont allow any other protocols except https. The native app scheme looks like a protocol and mailing service blocks the Not an https like scheme. It just strips the url away from the mail itself. Even if the url/scheme is sent in some hacky way the mail providers still block it by not allowing the users to click on it. ๐ค Pitch We either have to host a site and implement universal linking/ app linking or use a cloud function that redirects back (too much complecated). And not everyone wants to host a site for every app they make. The simple solution would be to use the Email OTP method present in appwrite to be used for password reset and email verification also. ๐ Have you spent some time to check if this โฆ
No pledges yet. Be the first to back this.
Comments
Similar requests
Enhanced User Management & Auth Analytics in Appwrite Console
1 vote · 0 comments
๐ Feature: Add option to customise Phone Auth OTP
12 votes · 0 comments
Can a hash code be added to OTP?
1 vote · 0 comments
Create Team membership using phone number
1 vote · 0 comments
[DISCUSSION] New User Login Methods
6 votes · 0 comments
No comments yet.