jsbisht / nextjs-next-auth-google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google GSI Login - Next.js

Getting Started

Rename the .env.example to .env.local and add your google client id.

Running the app - dev mode

npm install

npm run dev

Running the app - production

npm install

npm run build

npm start

Deployment

vercel

public and protected api

Implemented middleware for protected api's

About


Languages

Language:TypeScript 67.5%Language:CSS 30.8%Language:JavaScript 1.7%