Check if URL is OAuth callback
bool isOAuthCallback(String url) { return url.contains('auth/callback') || url.contains('code='); }