Have some doubts in Supabase reset-password
You can send user password reset link on his email (example on Flutter):
final response = await supabase.auth.api.resetPasswordForEmail('[email protected]');
When a user changes their password this link doesn't work anymore. If the user tries it again it will catch an error - “Email link is invalid or was expired”.
I have example on Flutter web how to handle password recovery and so on: https://github.com/igdmitrov/aqniyet_web
You can check it as well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With