Basic web interface for user administration of the electronic door lock
 
 
Go to file
Simon Pirkelmann 2cb93d1d3b Distinguish between normal users and admin users. Normal user can only lock and unlock the door. Admin users can register new tokens.
Also added option to grant and revoke admin permissions for super-Admins.
2021-04-07 16:15:39 +02:00
bin updated LDAP url 2021-04-06 22:40:02 +02:00
imaginaerraum_door_admin Distinguish between normal users and admin users. Normal user can only lock and unlock the door. Admin users can register new tokens. 2021-04-07 16:15:39 +02:00
LICENSE configured repo to work with pip setup 2021-03-15 22:51:51 +01:00
MANIFEST.in configured repo to work with pip setup 2021-03-15 22:51:51 +01:00
Makefile added Makefile for creating releases 2021-03-13 17:42:52 +01:00
README.md configured repo to work with pip setup 2021-03-15 22:51:51 +01:00
pyproject.toml configured repo to work with pip setup 2021-03-15 22:51:51 +01:00
requirements.txt added command line argument parser 2021-03-14 14:18:59 +01:00
setup.cfg changed priority for authorization (Flask first, LDAP second) and cache LDAP credentials in memory on successful authentication 2021-03-22 23:42:29 +01:00
setup.py added ldap3 dependency to setup.py 2021-03-22 21:25:48 +01:00

README.md

Flask-based web interface for user token adminstration of our hackerspace's door lock.