pub async fn forgot_password(
state: State<AppState>,
body: Json<Value>,
) -> HttpResponseExpand description
POST <base>/auth/password/forgot — mail a reset link.
Always 202. See the module docs.
pub async fn forgot_password(
state: State<AppState>,
body: Json<Value>,
) -> HttpResponsePOST <base>/auth/password/forgot — mail a reset link.
Always 202. See the module docs.