How to change user email? Recipe: EmailPassword (l...
# support-questions
s
How to change user email? Recipe: EmailPassword (later I'll move to ThirdPartyEmail recipe, so just want to learn the fundamentals here)
r
There is a function for that in the email password recipe
s
This covers authentication itself or is it the responsibility of the backend to verify session and match current email first and then call this method?
r
Well. You should call this from an API that does session verification
So you know that the user is logged in and then they are changing their email
s
Thank you
4 Views