python3-flask-dance

Connect your Flask app with OAuth
  https://flask-dance.readthedocs.io/en/latest/
  0
  no reviews



Flask-Dance does the "OAuth dance" using Flask, requests, and oauthlib. It is designed to allow users to authenticate via OAuth protocol on Flask-based applications. It is built using blueprints, therefore supports all the features that any blueprint supports, including registering the blueprint at any URL prefix or subdomain you want, url routing, and custom error handlers.

This package installs the library for Python 3.