Next.js Discord

Discord Forum

updating next-auth Session from getServersideProps

Unanswered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
i guys! In nextJs with nextAuth is it possible to update the session from the backend?

The front end useSession() hook has an update() method , but from getServerSideProps there's just getServerSession - and i dont see any reference to a session setter in the docs

0 Replies