Add LDAP authentication support (v2, onto dev) (#803)

* Add LDAP authentication support

* Add test for LDAP authentication
This commit is contained in:
dvdkon
2021-11-24 18:59:03 +01:00
committed by GitHub
parent 32c864c703
commit 56d9cafb68
8 changed files with 667 additions and 434 deletions

View File

@@ -34,6 +34,7 @@ pathvalidate = "^2.4.1"
apprise = "0.9.3"
recipe-scrapers = "^13.2.7"
psycopg2-binary = {version = "^2.9.1", optional = true}
python-ldap = "^3.3.0"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
@@ -67,3 +68,4 @@ skip_empty = true
[tool.poetry.extras]
pgsql = ["psycopg2-binary"]
ldap = ["python-ldap"]