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 ? |
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
-
I tried using
updateSession
to 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 newDataBeta Was this translation helpful? Give feedback.
All reactions