https://github.com/pckosek/express_oauth
https://github.com/pckosek/express_oauth
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pckosek/express_oauth
- Owner: pckosek
- Created: 2020-04-25T03:16:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T16:51:42.000Z (about 3 years ago)
- Last Synced: 2025-01-17T13:50:53.275Z (4 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Oauth
### An Express Server that Implements Oauth Login Workflow
---
this content is built on top of cookies and sessions described [here](https://github.com/pckosek/Express_Cookies_and_Sessions)---
Each of these videos demonstrates a step in the Oauth workflow, leading up to 05_minimal_working_oauth, which could be considered a minimal working example.
- **01_initilization_and_code.js** - Basic Server Initialization, Inital Request, Code Reponse ([LECTURE](https://www.youtube.com/watch?v=lTkv5xMrfq0))
- **02_code_and_token.js** - How the Code is converted to a Token ([LECTURE](https://www.youtube.com/watch?v=2i9PWZ3sv9A))
- **03_the_access_token.js** - Getting the Access Token out of the Token ([LECTURE](https://www.youtube.com/watch?v=tcJlagxsm9M))
- **04_basic_authenticated_state.js** - Maintinaing an Authenticated State ([LECTURE](https://www.youtube.com/watch?v=qg-SYRGAnD8))
- **05_minimal_working_oauth.js** - Putting it all together ([LECTURE](https://www.youtube.com/watch?v=o0jFPn3sZgM))- **06_minimal_refreshing_token.js** - adds middleware to ensure refreshed access token