Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/easoncxz/flask_oauthlib_provider_example
- Owner: easoncxz
- Created: 2015-08-31T03:52:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T09:21:16.000Z (about 9 years ago)
- Last Synced: 2024-10-04T21:54:00.555Z (about 1 month ago)
- Language: Python
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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
- modelsRun SP HTTP service by `python sp.py`.