Hello,
I'm implementing the password reset on my project using Appwrite account recovery.
After requesting via createRecovery
I'm calling updateRecovery
with userId, secret and password (twice) and get the exception AppwriteException: Invalid token passed in the request.
.
Any idea? Please tell me that I didn't miss to call some auth function before again π