doveauth: switch from lua authentication to dict authentication

Co-Authored-By: holger krekel <holger@merlinux.eu>
Co-Authored-By: link2xt <link2xt@testrun.org>
This commit is contained in:
missytake
2023-10-14 19:19:00 +02:00
committed by link2xt
parent f85e4cdbd5
commit 247eb55886
13 changed files with 152 additions and 166 deletions

View File

@@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"
[project]
name = "doveauth"
version = "0.1"
version = "0.2"
[project.scripts]
doveauth = "doveauth.doveauth:main"
doveauth-dictproxy = "doveauth.dictproxy:main"
[tool.pytest.ini_options]
addopts = "-v -ra --strict-markers"