/next-auth

Simple project to learn/explore making an auth system using next 13 & next-auth

Primary LanguageTypeScript

Overview

This is a Next.js 13 with app folder project with next-auth using GitHub Authenication.

The deployed version can be found at https://next-13-auth-example.vercel.app

Getting Started

1. Clone the repository and install dependencies

git clone https://github.com/asheikho99/next-auth.git
cd next-auth
npm install

2. Configure your local environment

GITHUB_ID=***********
GITHUB_SECRET=***********

3. Start the application

npm run dev

To run your site locally, use: Open http://localhost:3000 with your browser to see the result.