Skip to main content

existing_identity_session

Function existing_identity_session 

Source
async fn existing_identity_session(
    services: &Services,
    unique_id: &str,
) -> Result<(Option<OwnedUserId>, Option<String>)>
Expand description

Locate any prior session bound to the same upstream identity, to preserve one session and its user_id association per identity.