Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Barebones example of integrating an OAuth login system with a Flask app
https://github.com/nathancahill/flask-oauth-example

Last synced: about 2 months ago
JSON representation

Barebones example of integrating an OAuth login system with a Flask app

Awesome Lists containing this project

README

        

Flask-OAuth Example
===================

Barebones example of integrating an OAuth login system with a Flask app.

Uses [Flask-Login](http://flask-login.readthedocs.org/en/latest/),
[Flask-OAuth](http://pythonhosted.org/Flask-OAuth/) and
[Flask-SQLAlchemy](http://pythonhosted.org/Flask-SQLAlchemy/).

This example uses Twitter to authenticate. Move config.example.py to
config.py and add the appropriate values. Can easily be modified to work with
any other OAuth provider.