This is a work in progress of our new LDAP self-service platform.
The first part will be a JSON REST API that authenticates users using Basic Auth as well as Bearer Auth using JWTs. In a second step a client-side browser app will be built using vue.js that consumes this API.
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
see additional file
(c) Études sans frontières - Studieren Ohne Grenzen Deutschland e.V.
MIT License