pub async fn identify_session(pool: &PgPool, session_id: Uuid, user_id: Uuid)
Link a user_id to an existing session (on identify).