Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/easoncxz/flask_oauthlib_provider_example

Trying to make an OAuth Service Provider.
https://github.com/easoncxz/flask_oauthlib_provider_example

Last synced: 15 days ago
JSON representation

Trying to make an OAuth Service Provider.

Awesome Lists containing this project

README

        

Example OAuth Service Provider, built using Flask-OAuthlib
==========================================================

General idea of dependency tree/graph: (leaf nodes depend on nothing)

- sp
- utils
- hooks
- storage
- models

Run SP HTTP service by `python sp.py`.