How we can update user data in latest version of next-auth #10242
Replies: 2 comments
-
Actually, the |
Beta Was this translation helpful? Give feedback.
-
Hi, man! You found answer this problem? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
To update a session, you used to have to use the
update
method, which youimport { update } from "@/auth";
Except that now I don't know how to do it. Could someone explain how to
update a session on the server side
in latest beta next-auth (5.0.0-beta)Beta Was this translation helpful? Give feedback.
All reactions