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.
TL;DR
Developers are looking for a way to automatically authenticate users after a successful password recovery flow instead of having them enter their credentals again. The current method involves redirecting users to the login screen, but devs want to skip this step. The solution may involve trying to create a new session with the secret provided after a successful updateRecovery method.Recommended threads
- Build failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...
- Invalid Origin. Register your new client...