Skip to content

juanlopez87/nextjs-app-router-nextauth

 
 

Repository files navigation

NextJs 13 App Router and NextAuth Boilerplate

NextJs 13 App Router and NextAuth

This is a NextJs 13 App Router boilerplate that uses NextAuth library.

Pages

  • Custom Sign In Page
  • Protected Page
  • NextJs Middleware

How to Use?

Clone this repository.

Copy the .env.example and rename it as .env . Insert the value to respective field

NEXTAUTH_URL=
NEXTAUTH_SECRET=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=

About

NextJs 13 Boilerplate with NextAuth Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.7%
  • JavaScript 6.1%
  • CSS 3.2%