-
|
Hi, I tried to update a user's email with And user's Any possible reason why this is not working? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Apparently, updating to a new email has to be manually processed unlike log in or sign up. I found |
Beta Was this translation helpful? Give feedback.
-
|
Hi there, did u manage to successfully change emails for users on supabase? I tried and got the error "Email Change Token didn't match token on file", when calling Thank you! |
Beta Was this translation helpful? Give feedback.
Apparently, updating to a new email has to be manually processed unlike log in or sign up. I found
email_change_tokenparameter forauth.updateAPI so I was able to update to a new email by callingsupabase.auth.update({ email_change_token }). Leaving a note here so anyone in the future can reference it.