https://github.com/hacksu/google-oauth
https://github.com/hacksu/google-oauth
advanced lesson
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacksu/google-oauth
- Owner: hacksu
- Created: 2018-04-17T22:47:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T22:51:09.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T18:44:39.356Z (about 1 year ago)
- Topics: advanced, lesson
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Google Oauth
* Flow
* Send the user to a url
* Google send the user back to the website with a code
* Lookup the user information from code
* Passport does most of this for us