/oauth

Primary LanguageHTML

A simple NodeJS implementation of authorizing a user using Oauth2 (via Google). First you have to register your app at an identity provider (like Google) and get clientId and clientSecret.

Install

npm i

Run

npm run start