What happens if user changes their email in 3rd party oauth provider? #4172
Unanswered
tombburnell
asked this question in
Help
Replies: 1 comment
-
Nothing should happen. To my knowledge, operations towards the Account model are made based on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If a user logs in with facebook and you create an account based on their email address, what happens if they change their facebook email address? Would this not cause their account to become orphaned and they would get a empty account next time they logged in?
How do people typically handle this?
With google, it's a fixed email so it's fine but with services that you can change your email this must be a problem right?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions