Skip to content

NextJS boilerplate template for connecting Google Drive via OAuth & navigating files. 🔐

License

Notifications You must be signed in to change notification settings

joduplessis/oauth

Repository files navigation

Google Drive OAuth integration

OAuth authentication is usually tricky & dependent on each service (+ API) you are integrating. This project is a reference & template NextJS project for connecting multiple Google Drive accounts & navigating files/folders.

What is needed

  • A GCP OAuth app
  • A Postgres database
  • NodeJS (9+)

Installation

Rename the .env file & add the correct details. Clone the repo and run of of these commands inside the folder.

npm i
npm run dev

NextJS should start up on port 3000.

Support

This is purely a reference project, please feel free to ping me about any fixes/bugs/etc.

About

NextJS boilerplate template for connecting Google Drive via OAuth & navigating files. 🔐

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published