register_handler

Function register_handler 

Source
pub async fn register_handler(
    __arg0: State<AppState>,
    auth: Option<Authenticated>,
    __arg2: Json<RegisterRequest>,
) -> Result<(StatusCode, Json<RegisterResponse>), (StatusCode, String)>
Expand description

Register a new user POST /api/v1/auth/register