feat: add confirmation link to email

This commit is contained in:
Sandro Eiler 2024-03-05 10:12:34 +01:00
parent 0427df8656
commit 90fc6abf19
4 changed files with 56 additions and 7 deletions

View file

@ -19,12 +19,10 @@ hyper = { version = "1.2.0", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
serde-aux = "4"
# serde_with = "3"
# Axum
axum = { version = "0.7" }
tower = { version = "0.4" }
tower-http = { version = "0.5", features = ["trace", "request-id", "util"] }
# tower-cookies = "0.10"
# Others
config = "0.14"
uuid = { version = "1", features = ["v4", "fast-rng"] }
@ -38,9 +36,6 @@ unicode-segmentation = "1"
strum_macros = "0.26"
validator = "0.16"
# async-trait = "0.1"
# strum_macros = "0.25"
[dependencies.sqlx]
version = "0.7"
default-features = false
@ -68,3 +63,4 @@ quickcheck_macros = "1.0.0"
rand = "0.8.5"
wiremock = "0.6.0"
serde_json = "1"
linkify = "0.10"