Replies: 1 comment
-
Hey @anzau, There are likely a number of ways to go about this and ultimately it depends on what patterns you're currently following and which you'd like to follow in the future. I'll recommend two myself: A
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm currently implementing a profile page where the user changes their image and display name which is attached to the user session and token. Now, I want to update that current session without signing out but I'm unsure how I can go about it? I'm able to update on the database with no problems at all but I'm unable to update the session.
I'm using multiple providers along with a credential provider and I'm verifying the token on certain endpoints so I'm avoiding to use the 'Database' strategy.
Any help/direction will be appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions