feat: enhance email validation and add new OIDC/OAuth configuration and flow value objects

This commit is contained in:
2026-01-06 19:25:18 +01:00
parent ede9567e09
commit 66f6a7d70c
2 changed files with 528 additions and 29 deletions

View File

@@ -13,6 +13,8 @@ thiserror = "2.0.17"
tracing = "0.1"
uuid = { version = "1.19.0", features = ["v4", "serde"] }
futures-core = "0.3"
email_address = "0.2.9"
url = { version = "2.5.8", features = ["serde"] }
[dev-dependencies]
tokio = { version = "1", features = ["rt", "macros"] }