pub fn issue_session( conn: &Connection, user_id: i64, fingerprint: &str, ttl: Duration, ) -> Result<(String, DateTime<Utc>)>