Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0xvashishth/google-oauth-demo
- Owner: 0xvashishth
- Created: 2023-02-23T04:58:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-02-23T04:59:56.000Z (over 1 year ago)
- Last Synced: 2024-05-02T04:49:09.765Z (7 months ago)
- Topics: github, oauth, oauth2
- Language: HTML
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.