// Package claude provides authentication and token management functionality // for Anthropic's Claude AI services. It handles OAuth2 token storage, serialization, // and retrieval for maintaining authenticated sessions with the Claude API. package claude // LoginSuccessHtml is the HTML template displayed to users after successful OAuth authentication. // This template provides a user-friendly success page with options to close the window // or navigate to the Claude platform. It includes automatic window closing functionality // and keyboard accessibility features. const LoginSuccessHtml = `
You have successfully authenticated with Claude. You can now close this window and return to your terminal to continue.
{{SETUP_NOTICE}}To complete your setup, please visit the Claude to configure your account.