-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to change email? #646
Comments
I decided to use the So let's say you have this User:
Then you send a PUT request to your
This will respond with the updated user:
But the headers passed along with this response will contain:
If you were to send another request with the original headers to an endpoint that requires authentication, then you get a
I think the way to handle this is to consider the user signed out after their email address changes. |
Agreed. Closing for now |
Is there an email change support atm?
The text was updated successfully, but these errors were encountered: