Next.js Discord

Discord Forum

NextAuth + SSR (app dir)

Unanswered
Asian black bear posted this in #help-forum
Open in Discord
Asian black bearOP
Hi, is it possible to get session data (such as email, name, etc.) via SSR in NextAuth?

3 Replies

Northeast Congo Lion
getServerSession exists
so get the session and access user object. I have done this. Can also check in middleware too