After getting email from createRecovery the path we are getting is the domin?userid&secret. Can we add a page route in the redirect link which we are getting in the email like domin/set-password?userid&secret from the appwrite ? so we don't have to get the userId and secret from the middleware
the redirect url should be yourdomain/redirect_screen there apply logic to extract the data of user
here is an example of mine
await account.createRecovery(email, recoveryUrl);
@Axistro you are getting the userId and secret in the middleware ?
I dont understand Not familer with web development terms can you elaborate?
Recommended threads
- Vulnerabilities !!!
Why i can't mail to security@appwrite.io
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- [SOLVED] GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...