Skip to main content

complete_redirect

Function complete_redirect 

Source
fn complete_redirect(
    services: &Services,
    flow: Flow<'_>,
    login_token: &str,
) -> Result<Redirect>
Expand description

Redirects with 303 so the browser cannot replay the password form into the completion or callback route.