Best Flask open-source libraries and packages

Auth server

A unified identity authentication system based on LDAP and wework.
Updated 1 year ago

auth-server

Intro

A unified identity authentication system based on LDAP and wework. Will support dingtalk and feishu in the future.

Quick Start

Compose is a tool for defining and running multi-container Docker applications. Here is its documentation

Build & Run

docker-compose up -d --build

Test & Browse

curl http://127.0.0.1/ping

Restart Containers Group:

docker-compose restart

Shutdown & Remove

docker-compose down -v --rmi all

License

MIT