mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
auth: serialize exp and iat claims as NumericDate to comply with RFC7519 (#1289)
Add `jti` claim to the JWT to avoid hashing collisions
This commit is contained in:
@@ -24,6 +24,7 @@ generic-array = "0.14"
|
||||
rand = "0.8"
|
||||
sha2 = "0.9"
|
||||
thiserror = "2"
|
||||
uuid = { version = "1.18.1", features = ["serde"] }
|
||||
|
||||
[dependencies.derive_more]
|
||||
features = ["debug", "display"]
|
||||
|
||||
Reference in New Issue
Block a user