mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
Implement password checking using opaque
This commit is contained in:
committed by
nitnelave
parent
86bfd37b70
commit
3c916a2530
+2
-1
@@ -12,11 +12,11 @@ actix-server = "2.0.0-beta.3"
|
||||
actix-service = "2.0.0"
|
||||
actix-web = "4.0.0-beta.3"
|
||||
anyhow = "*"
|
||||
rust-argon2 = "0.8"
|
||||
async-trait = "0.1"
|
||||
chrono = { version = "*", features = [ "serde" ]}
|
||||
clap = "3.0.0-beta.2"
|
||||
cron = "*"
|
||||
derive_builder = "0.10.2"
|
||||
futures = "*"
|
||||
futures-util = "*"
|
||||
hmac = "0.10"
|
||||
@@ -25,6 +25,7 @@ jwt = "0.13"
|
||||
ldap3_server = "*"
|
||||
lldap_model = { path = "model" }
|
||||
log = "*"
|
||||
opaque-ke = "0.5"
|
||||
serde = "*"
|
||||
serde_json = "1"
|
||||
sha2 = "0.9"
|
||||
|
||||
Reference in New Issue
Block a user