◆ OAuth2 Playground v0.1.0
Get OAuth2 access tokens from your terminal
How it works
- Copy the command below and paste it into your terminal
- Open the URL shown in the response header
open-on-browser
- 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