Skip to main content

post_email_validate_route

Function post_email_validate_route 

Source
pub(crate) async fn post_email_validate_route(
    __arg0: State<State>,
    __arg1: ClientIp,
    __arg2: Form<ValidateParams>,
) -> Response
Expand description

ยงPOST /_tuwunel/3pid/email/validate

Confirms the validation. A wrong or expired session renders the same failure page as any other error, so the page never reveals whether a session or token is live.