danpitsch / next-auth-advanced

Next,JS/NextAuth.JS Starter Template with RBAC, Multiple Auth Providers and SQLite Database
MIT License
0 stars 0 forks source link

Next Auth v5 - Advanced Repository (2024)

image

This is a repository for Next Auth v5 (2024)

Once finished this Project will have the following Key Features:

For the env file use this template:

# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema

# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings

DATABASE_URL=""
DIRECT_URL=""

# NextAuth
AUTH_SECRET=""
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

# Resend Mail
RESEND_API_KEY=

NEXT_PUBLIC_APP_URL=""

Project Progress: