Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xvashishth/google-oauth-demo

Google oauth app using javascript.
https://github.com/0xvashishth/google-oauth-demo

github oauth oauth2

Last synced: about 5 hours ago
JSON representation

Google oauth app using javascript.

Awesome Lists containing this project

README

        

# Google OAuth Login Demo App

After `git clone`:

```
npm install
node server.js {CLIENT_ID} {CLIENT_SECRET}
```
App runs on port 3000: `http://localhost:3000`.