🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

wsgi-oauth2

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wsgi-oauth2

Simple WSGI middleware for OAuth 2.0

0.2.2
PyPI
Maintainers
1

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/

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts