This repository was archived by the owner on Mar 5, 2025. It is now read-only.
How can I update the session object? #123
Unanswered
miguelakira
asked this question in
Q&A
Replies: 1 comment
|
@miguelakira I created an issue to track this #127 . Could you provide a minimal reproduction to speed things up please ? |
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.
Uh oh!
There was an error while loading. Please reload this page.
I tried using
updateSessionto update the session with an arbitrary data. It works, but when I call the session object again somewhere else, it no longer contains the updated data.and somewhere else,
const { session } = useAuth()will give me the session without newDataAll reactions