refactor: Replace raw strings with domain value objects for improved type safety in authentication and OIDC.
This commit is contained in:
@@ -44,8 +44,7 @@ tokio = { version = "1.48.0", features = ["full"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
# Validation
|
||||
validator = { version = "0.20", features = ["derive"] }
|
||||
# Validation via domain newtypes (Email, Password)
|
||||
|
||||
# Error handling
|
||||
thiserror = "2.0.17"
|
||||
|
||||
Reference in New Issue
Block a user