项目作者: t73fde

项目描述 :
Simple HTTP Basic Authentication Web Server (Python)
高级语言: Python
项目地址: git://github.com/t73fde/py-auth-s.git
创建时间: 2019-08-29T17:35:14Z
项目社区:https://github.com/t73fde/py-auth-s

开源协议:Other

下载


py-auth-s

Simple HTTP Basic Authentication Web Server (Python).

Provides a simple web server that acts as an authentication server, mostly for
development purposes. This is the Python version. There is also a Go
version
. See there for more details.

The easiest way to use this service is to build an docker image and to run it:

  1. make build
  2. make run-dev

Or run it directly:

  1. python py_auth_s.py