Update user email without sending Supabase email template #29923
Answered
by
GaryAustin1
riccardolardi
asked this question in
Questions
|
Hi, we are not using the built-in email template system from Supabase but an own email sending system. We would like to let users change their email address by using |
Answered by
GaryAustin1
Oct 16, 2024
Replies: 1 comment 1 reply
|
You probably want to use this method to change the email then to get the info to send your own email. https://supabase.com/docs/reference/javascript/auth-admin-generatelink |
1 reply
Answer selected by
riccardolardi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You probably want to use this method to change the email then to get the info to send your own email. https://supabase.com/docs/reference/javascript/auth-admin-generatelink