JWT After user email change #831
Replies: 2 comments 4 replies
-
Hey @gonzam88 — yes, your understanding is correct. A workaround for this should probably be worked into the core I think. I have categorized this as Feature Request, and marked it as planned, but I'm not sure when we can get to this. However, we would happily The right way to fix this would be in the
This code should all be encapsulated in a single function and called from the Note that in the interim, you could also do this with an Good question! |
Beta Was this translation helpful? Give feedback.
-
Doesn’t this commit resolve the issue of changing the email address of logged user? Right now only token.id is considered. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a situation where I want users to be able to change their emails. But after this is done, if I understand correctly their original JWT token is no longer valid, so everything after that throws a forbidden error. Is their any way to change the user email and get a new token without signing in again, without asking their passwords or store them locally?
Im sorry if this is a more system oriented question rather than payload. Thanks in advanced : )
Beta Was this translation helpful? Give feedback.
All reactions