User-friendly CLI tool for OAuth2 authentication and token management
User-friendly CLI for OAuth2
oauth2c$ oauth2c authorize --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET --auth-url https://provider.com/oauth/authorize --token-url https://provider.com/oauth/token$ oauth2c refresh --client-id YOUR_CLIENT_ID --client-secret YOUR_CLIENT_SECRET --refresh-token YOUR_REFRESH_TOKEN --token-url https://provider.com/oauth/token$ oauth2c request --token YOUR_ACCESS_TOKEN https://api.provider.com/user/profile