]> git.ipfire.org Git - dbl.git/commit
api: Implement API authentication for users
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Mar 2026 17:14:51 +0000 (17:14 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Mar 2026 17:14:51 +0000 (17:14 +0000)
commit90b7f771cc628c3160e3ce6434f0a67e432bb3dd
tree5a31eb2db72e3a532a1fea6e4b0e28f038fa13c1
parentc82e40dae15ee590ea8e53e0c83ba7e037efb46f
api: Implement API authentication for users

This patch also implements that we can impersonate users so that the
webapp does not require an API key for each single user.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/dbl/api/__init__.py
src/dbl/auth.py