Back

feature code verification

  • 0
  • Users
  • Accounts
Faisal7
19 May, 2023, 10:07

is their any update to this pullrequest when would it be released?

https://github.com/appwrite/appwrite/pull/3912

TL;DR
User is looking for a solution to implement OTP code verification instead of a verification link in their Flutter app. They want to generate a 4-digit code and send it to the user's email for verification. They also mention the need for a similar functionality in the forgot password feature. Another user suggests manually handling the email verification process. The support team provides a link to a method for manually handling email verification. The user expresses their willingness to wait for the feature to be implemented but requests an update on the progress. The support team mentions a GitHub issue and a pull request related to the feature.
joeyouss
19 May, 2023, 11:01

Hi - I think you commented on the issue as well https://github.com/appwrite/appwrite/issues/3893

I have replied to it โค๏ธ

Faisal7
19 May, 2023, 12:28

ok thank you for your response but i would be happy to know if this can be finished in near feauture or not, because i need this exact feauture in my app now and if it takes longer i would then implement the manual way till then, if not i will then wait a bit for it.

joeyouss
19 May, 2023, 14:13

Ok, I will check with the team and get back ASAP

ski
19 May, 2023, 14:32

+1

Faisal7
19 May, 2023, 14:34

Ok thats great thank you, i will be waiting.

๐ŸœUdon๐Ÿœ
19 May, 2023, 14:53

Hey ๐Ÿ‘‹ @Faisal7 while you're waiting for the team to handle the email verification here's a method of manually doing it yourself https://dev.to/appwrite/30daysofappwrite-email-verification-and-forgot-password-420o

๐ŸœUdon๐Ÿœ
19 May, 2023, 14:54

Was able to make it work for flutter not sure what SDK you use

Faisal7
19 May, 2023, 15:10

Thank you for your suggestion @๐ŸœUdon๐Ÿœ i have already looked into it. The thing is that this whole process is based on verification link, so the user will get a link in their email, but what i want to achieve is to have the OTP code verification process and for this i need first to generate a 4 digit code and send it to the user email and then verify it in my flutter app and then manually/progmatically update the value of email verification to true. Same will be for the forgot password functionality. By the way thank you very much for your fast response.

๐ŸœUdon๐Ÿœ
19 May, 2023, 15:14

No problem. You're right about the verification method being a url only. You could use appwrite functions to generate your own otp that stores them in a collection

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more