Skip to content

arye321/nextauth-google-popup-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple JS example for NextAuth Google login with a popup window instead of redirect.

All credits to krushilnaik

_____

live example: https://nextauth-popup.vercel.app/

Quick start

git clone https://github.com/arye321/nextauth-google-popup-login

rename .env.example to .env and put your google API things

to install project:

yarn
#or
npm install

to see the webpage:

yarn dev
#or
npm run dev

About

A simple example for NextAuth Google login with a popup window instead of redirect.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published