Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/account-level-oauth-provider
https://github.com/fchristenson/account-level-oauth-provider
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/account-level-oauth-provider
- Owner: fChristenson
- Created: 2019-07-15T12:44:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:27:20.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:21:53.222Z (over 1 year ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oauth provider - user account level
## What we will cover
* What is Oauth?
* When do we want to use a account level oauth system?
* How can we create our own account level oauth system?## Notes
Oauth is a validation standard that has gotten popular in recent time and it is used
most commonly to provide a third party system with access to resources held by another
system.An example of this is the Google API, if you want the data Google has for your own system
it is through using Oauth you will get it.DO NOT COPY PASTE THIS CODE FOR PRODUCTION USAGE IT IS FOR LEARNING ONLY