pub fn looks_like_jwt(token: &str) -> bool
Check if a token string looks like a JWT (3 base64url segments separated by dots).