Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singingwolfboy/flask-dance-multi-provider
https://github.com/singingwolfboy/flask-dance-multi-provider
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/singingwolfboy/flask-dance-multi-provider
- Owner: singingwolfboy
- License: mit
- Created: 2019-03-23T15:03:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T10:47:35.000Z (over 4 years ago)
- Last Synced: 2024-05-02T01:29:57.676Z (8 months ago)
- Language: Python
- Homepage: https://flask-dance-multi-provider.herokuapp.com/
- Size: 22.5 KB
- Stars: 15
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Flask-Dance Example App: Multiple Providers Edition
===================================================This repository provides an example of how to use `Flask-Dance`_ with
with multiple OAuth providers simultaneously. This allows users to
link multiple services to their account, so that they can log into
the same account in several different ways.
This particular repository uses Google and GitHub as OAuth providers,
and it wires together the following Flask extensions:* `Flask-Dance`_
* `Flask-SQLAlchemy`_
* `Flask-Login`_
* `Flask-Bcrypt`_
* `Flask-WTF`_|heroku-deploy|
.. _Flask: http://flask.pocoo.org/docs/
.. _Flask-Dance: http://flask-dance.readthedocs.org/
.. _Flask-SQLAlchemy: http://flask-sqlalchemy.pocoo.org/
.. _Flask-Login: https://flask-login.readthedocs.io
.. _Flask-Bcrypt: https://flask-bcrypt.readthedocs.io
.. _Flask-WTF: https://flask-wtf.readthedocs.io
.. _Heroku: https://www.heroku.com/.. |heroku-deploy| image:: https://www.herokucdn.com/deploy/button.png
:target: https://heroku.com/deploy
:alt: Deploy to Heroku