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
- Host: GitHub
- URL: https://github.com/marvelapp/flask-oauth-example
- Owner: marvelapp
- License: mit
- Created: 2017-12-11T19:23:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:13:03.000Z (about 3 years ago)
- Last Synced: 2025-04-04T11:36:46.074Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 9
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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`