Replies: 1 comment
-
I'm thinking, would it be possible to update the session in the db to set an expiry date in the past? |
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.
-
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
Beta Was this translation helpful? Give feedback.
All reactions