Skip to main content

send_magic_link

Function send_magic_link 

Source
pub async fn send_magic_link(
    email: &str,
    app_id: Option<&str>,
) -> Result<MagicLinkResponse, StackureError>
Expand description

Send a passwordless sign-in email to a user.

ยงErrors

Returns StackureError::Validation on malformed input, or any other variant matching the wire-level failure.