feat: ldap auth

This commit is contained in:
2024-12-23 21:50:38 +01:00
parent a46d999217
commit 00aa72b2be
2 changed files with 73 additions and 0 deletions

View File

@ -23,6 +23,7 @@ dependencies = [
"websocket-client",
"pydantic",
"pymongo",
"ldap3",
]