is their any update to this pullrequest when would it be released?
Hi - I think you commented on the issue as well https://github.com/appwrite/appwrite/issues/3893
I have replied to it โค๏ธ
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.
Ok, I will check with the team and get back ASAP
+1
Ok thats great thank you, i will be waiting.
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
Was able to make it work for flutter not sure what SDK you use
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.
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
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- createEmailPasswordSession Error using S...
Did someone succeed using SSR approach for login?
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...