Need help with SvelteKitAuth - session update on client action #9188
Replies: 1 comment
-
Found the solution - https://blog.aakashgoplani.in/how-to-exchange-data-between-client-and-server-using-sveltekitauth |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a scenario where client's actions (like submitting form etc.) updates the session object. How do I propagate these changes to server so that existing session holds newly updated changes without client having to logout and login back.
In NextAuth we have something like:
How do we do that in SvelteKitAuth?
Beta Was this translation helpful? Give feedback.
All reactions