dahlia / wsgi-oauth2

Simple WSGI middleware for OAuth 2.0
https://dahlia.github.io/wsgi-oauth2/
MIT License
23 stars 5 forks source link

wsgi-oauth2

.. image:: docs/_static/oauth2.png

This module provides a simple WSGI middleware that requires the user to authenticate via the specific OAuth 2.0 service, e.g., Facebook, Google, GitHub.

You can install the package via downloading from PyPI_:

.. code-block:: console

$ pip install wsgi-oauth2

Read the documentation_ as well.

.. _OAuth 2.0: https://oauth.net/2/ .. _Facebook: https://www.facebook.com/ .. _Google: https://www.google.com/ .. _GitHub: https://github.com/ .. _PyPI: https://pypi.org/project/wsgi-oauth2/ .. _documentation: https://dahlia.github.io/wsgi-oauth2/