httpauth 0.1.1

httpauth is a WSGI middleware that secures some/all routes using HTTP Digest Authentication.Installationpip install httpauthUsing with credentials dictionarysecured_wsgi_app = httpauth.DictHttpAuthMiddleware( {'user1': 'password1', 'user2':...