Hey all, I cannot seem to find any documentation or API methods that will allow me to login a user after a successful password recovery flow?
- User inserts email
- Transactional email sends reset link with secret and userId
- User clicks on link and then enters a new password
- Backend responds with an object
Currently: 5. User redirected to login screen and needs to enter email/password
Ideally: 5. User is authenticated and access app without additional flows.
Is this possible? I tried creating a new session with the secret provided after a successful updateRecovery method, but it does not allow it.
Recommended threads
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....