Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/account-level-oauth-provider


https://github.com/fchristenson/account-level-oauth-provider

Last synced: about 2 months ago
JSON representation

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