Is possible to force reset a password without goin...
# help
o
Is possible to force reset a password without going through and email flow ?
s
Only if the user is already logged in, you can use the
.update({ password: new_password })
method
o
I see, there is no way to reset the password otherwise ?
How would you approach this on a mobile app? The forgot password flow
Using Supabase that is
s
Unfortunately I don't do mobile app development so can't help much here
o
You know anyone who might be able to give some clarity on this ? Ideally I want to keep everything in the app itself
s
No one comes to mind, but maybe change the question to include mobile app in it as its quite broad at the moment and you have a specific use case.
Force password reset in mobile app