◆ OAuth2 Playground v0.1.0

Get OAuth2 access tokens from your terminal

How it works

  1. Copy the command below and paste it into your terminal
  2. Open the URL shown in the response header open-on-browser
  3. Authorize the application to access your account

The terminal stays connected. Once you authorize in the browser, the token arrives automatically.

Available providers

google
curl -i http://oauth2playground.alterloop.dev/api/google/token > token.txtclick to copy