feat: Store threepid validation sessions in memory instead of the database

This commit is contained in:
Ginger
2026-03-22 17:42:35 -04:00
parent 585f0e1104
commit 4426437130
7 changed files with 257 additions and 282 deletions
+3 -2
View File
@@ -2046,8 +2046,9 @@
#
# For most modern mail servers, format the URI like this:
# `smtps://username:password@hostname:port`
# Note that you will need to URL-encode the username and password. If your username _is_
# your email address, you will need to replace the `@` with `%40`.
# Note that you will need to URL-encode the username and password. If your
# username _is_ your email address, you will need to replace the `@` with
# `%40`.
#
# For a guide on the accepted URI syntax, consult Lettre's documentation:
# https://docs.rs/lettre/latest/lettre/transport/smtp/struct.AsyncSmtpTransport.html#method.from_url