This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
How can I invalidate a session and the jwt token in use? #5015
Labels
question
Ask how to do something or how something works
Question 💬
I have a use case where a user can update their name, email, etc. I think this should be a pretty common use case, but I haven't found a working solution.
There seemed to be a workaround, but I think this no longer works. The workaround was to trigger a browser event, as described in #596 (comment).
I have confirmed the data is updated in the User table in the database, but there's no change in the frontend. Even when reloading the page the stale data is loaded. I need to log out the user and then log them in again.
I think I might be missing something.
How to reproduce ☕️
N/A
Contributing 🙌🏽
Yes, I am willing to help answer this question in a PR
The text was updated successfully, but these errors were encountered: