Next-auth - How to update the session server side?
Unanswered
Orinoco Crocodile posted this in #help-forum
Orinoco CrocodileOP
I need something like this
(updateSession now doesn't exist)
const session = await getSession();
await updateSession(session, { accessKey });(updateSession now doesn't exist)