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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...