A simple Flask server that authenticates a user with their Genius.com account.
The application uses Flask-dance's custom blueprint to authenticate through Oauth2.
A step by step series of examples that tell you have to get a development env running. With python I Always suggest a virtual environment.
Install the python packages
pip install -r requirements.txt
To run the server run
python server.py
Note: to run the Oauth authentication without an ssl certificate run this: export OAUTHLIB_INSECURE_ANSPORT=1
- Roy Myers - Initial work - myersr
This project is licensed under the MIT License - see the LICENSE file for details