How to implement password reset/recovery in react native for appwrite?
- 0
- React Native
- Cloud
- Auth
Good day everyone. I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used deep linking. I am confused about some parts. What I know, the deep links prefix is the same name as the scheme of the app in the app.json. (ex: firsttouch://) For a perticular screen (ex: firsttouch://verify) so I know this much. What I think is the redirect url in the mail should look like firsttouch://verify/......details... Upon clicking which i get redirected to my app. But cant seem to implement it. Appwrite isnt sending a mail without https:// prefix. This is much more confusing. What i Want to know if some had made an react native or any mobile app that uses deep linking with appwrite password recovery method. It would be so much helpful if anyone could tell me the workflow.
I am using appwrite on the cloud
Recommended threads
- How to implement - Invite only OAuth log...
I am working on a web app where users submit their email in the invitation page. OAuth should only allow signups from approved users. Existing users can sign-in...
- Different behavior between self hosted a...
I am wondering, what is true: Here is stated, that queries of relationship attributes are not supported: https://appwrite.io/threads/1248091621074141214 https:...
- How to edit email template?
I already know that we can edit body of email templates in the console, but that still produces somewhat weird HTML output. Sometimes it looks broken in some em...