frubalu
08/24/2021, 5:21 PMsupabase.auth.update()
method? Or is the only available method supabase.auth.api.resetPasswordForEmail()
? I'd like to allow a user to update their password directly from their Profile page.MrWolf
08/24/2021, 6:12 PMfrubalu
08/24/2021, 6:12 PM.update()
, I may give this a shot. Thanks!silentworks
08/24/2021, 6:13 PMfrubalu
08/24/2021, 6:15 PM.update()
probably wouldn't either. I may end up doing something like a "click this button to send a password reset email", which is kinda hacky but would ensure a better process in the backendsilentworks
08/24/2021, 6:17 PM.update
can modify the password columnfrubalu
08/24/2021, 6:17 PM