Function handle_login

Source
pub async fn handle_login(
    session: Option<Extension<Session>>,
    __arg1: Extension<Shared<Receiver<Client>>>,
    __arg2: Json<LoginCredentials>,
) -> impl IntoResponse