Sample project for setting up Supabase Auth in Next.js
This project showcases how to integrate authentication into Next.js 13+ using Supabase Auth and the App Router with React Server Components. It is designed as a companion to a detailed tutorial guide. The main branch utilizes the latest version of Auth Helpers with the PKCE flow for authentication.
To install this project, you can follow these steps:
git clone [repository-url]
npm install
npm run dev
This project provides a practical example of adding authentication to Next.js applications using Supabase Auth and React Server Components. It offers a valuable resource for developers looking to implement secure authentication mechanisms into their projects.