FeatureFuel
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.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests