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

https://github.com/marvelapp/flask-oauth-example

Example flask app demonstrating marvelapp.com oauth2 flow
https://github.com/marvelapp/flask-oauth-example

Last synced: about 1 year ago
JSON representation

Example flask app demonstrating marvelapp.com oauth2 flow

Awesome Lists containing this project

README

          

clone repo, install the requirements in a virtual env. Make an oauth app [here](https://marvelapp.com/oauth/applications/), and put those credentials in your env or app.py (see top of app.py). Run with `python app.py`