hasura / learn-graphql

Real world GraphQL tutorials for frontend developers with deadlines!
https://hasura.io/learn/
MIT License
1.2k stars 651 forks source link

Export authOptions in [...nextauth].ts close #929 #930

Closed squeezeday closed 1 year ago

squeezeday commented 1 year ago

As done in https://github.com/nextauthjs/next-auth-example/blob/main/pages/api/auth/%5B...nextauth%5D.ts Needed in const session = await getServerSession(req, res, authOptions)

Description

Adjust Nextjs example to follow next-auth-example

Related Issues

Issue #929