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
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...