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
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...