Skip to content

Francoshum95/t3-auth-example

Repository files navigation

T3-auth example

This repo was created with create-t3-app and includes the following technologies::

  • TypeScript
  • Next.js
  • tRPC
  • Tailwind CSS
  • NextAuth.js
  • Prisma

The repository includes a demo code for the following tutorial:

  • Building a t3-app : A Step-by-Step Guide to NextAuth : full tutorial

Setup

Clone

git clone git@github.com:Francoshum95/t3-auth-example.git t3-auth
cd t3-auth

Install

yarn

add the environment variables required, see .env.example for reference

DATABASE_URL="mongodb+srv://YOUR_DB_URL"
NEXTAUTH_URL="http://localhost:3000"
JWT_SECRET="your secret"
NEXTAUTH_SECRET="your secret"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published