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

oauth-middleware

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oauth-middleware

Simple flask_oauthlib based middleware for WSGI app to preform oauth

0.3.3
PyPI
Maintainers
1

WSGI middleware for OAuth

Build Status

This is simple (not really) middleware based on flask_oauthlib that provides full protection with oauth for your WSGI application.

Features

  • support for any WSGI based application
  • web-based authentication
  • basic auth with token authentication for scripts

Installation:

  • pip install oauth_middleware

or

  • just mention oauth_middleware in your requirements

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