httpauth 0.1.1

httpauth是一个WSGI中间件固定使用HTTP摘要式身份验证的一些/所有路由。安装PIP安装httpauth使用凭据字典secured_wsgi_app = httpauth.DictHttpAuthMiddleware(  {'user1的“:”密码1“,”用户2“:”密码2“},  wsgi_app = unsecured_wsgi_app, #境界='安全内容',#可选)使用带有.htdigest文件secured_wsgi_app =...