Next.js Discord

Discord Forum

Next-auth - How to update the session server side?

Unanswered
Orinoco Crocodile posted this in #help-forum
Open in Discord
Orinoco CrocodileOP
I need something like this
        const session = await getSession();
        await updateSession(session, { accessKey });


(updateSession now doesn't exist)

0 Replies