MerchantryTidbits

auth-integration / cli

oauth2l

Capability: oauth2l

Use it when

  • fetch and inspect OAuth access tokens from a headless command line flow
  • debug scopes, refresh behavior, and credentials outside a browser application

What it solves

Not the fit when

  • focused on Google OAuth flows rather than every identity provider

Install

go install github.com/google/oauth2l@latest

Invoke

oauth2l fetch --credentials creds.json --scope <scope>

Alternatives

No reviewed alternatives recorded yet.