The password reset functionality is failing when attempting to use recovery tokens. The current implementation returns "Auth session missing!" errors when trying to establish a session with recovery tokens using setSession().
Expected Behavior
The recovery token should properly authenticate the user and allow password update without requiring an active session.
The password reset functionality is failing when attempting to use recovery tokens. The current implementation returns "Auth session missing!" errors when trying to establish a session with recovery tokens using setSession().
Expected Behavior
The recovery token should properly authenticate the user and allow password update without requiring an active session.