I am new to flutter and i am using feature Password Recovery. I could do to step redirect to my app UpdatePasswordPage by click link in email , but i am still stuck with receive this link to get userId and secret key. Can i reference with example code or keyword for me can result this problem? Tks for your help!
You can refer to this example https://www.youtube.com/watch?v=rp6KcMVWCAE
Its about email verification but the same principle applies to password recovery
Ok. I will try this. Tks for your fast support!
no worries 😄
Recommended threads
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...