Skip to content

For developing full-stack applications with NextJS, NextAuth, Prisma, TypeScript, and Tailwind.

Notifications You must be signed in to change notification settings

camdowney/nextjs-auth-template

Repository files navigation

NextJS + Auth Template

For developing full-stack applications with NextJS, NextAuth, Prisma, TypeScript, and Tailwind. Security is not guaranteed; further measures should be taken to ensure authentication and database function properly.

Config

  • NextAuth assumes only Google is used as an authentication provider; although this may easily be changed in /pages/api/auth/[...nextauth].js.
  • Prisma assumes PostgresQL database is used; although this may easily be interchaged in /prisma/schema.prisma.
  • For both NextAuth and Prisma to function properly, all environment variables in .env.example must be set.

About

For developing full-stack applications with NextJS, NextAuth, Prisma, TypeScript, and Tailwind.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published