Skip to main content

get_email_validate_route

Function get_email_validate_route 

Source
pub(crate) async fn get_email_validate_route(
    __arg0: State<State>,
    __arg1: ClientIp,
    request: Request,
) -> Response
Expand description

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

The magic-link target. Renders a confirmation page whose form posts the same parameters back; the token is never consumed on this request, so an email scanner that prefetches the link cannot spend it.