Back to Refine

NextAuth.js Example | SSR in Refine v5

documentation/docs/examples/next-js/next-auth.js.md

3.25.0352 B
Original Source

Refine allows you to build your SSR supported web applications using Next.js. With this example, you can see how to make a simple Refine app in Next.js and NextAuth.js with Authentication features.

<CodeSandboxExample path="with-nextjs-next-auth" />