Skip to main content

register

Function register 

Source
pub async fn register(
    email: &str,
    password: &str,
    display_name: &str,
    api: &str,
) -> Result<()>
Expand description

POST /v1/auth/register, then login.