Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 555 Bytes

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