Digitalis: Opinionated best-practices application
To get Google "client_id" for testing API:
- https://developers.google.com/oauthplayground/
- Find "Google OAuth2 API v2" and expand
- Click on "https://www.googleapis.com/auth/userinfo.email" to select it
- Click on "Authorize APIs" button
- You will be presented with a choice of a Google account. Select one to proceed
- Click on "Exchange authorization code for tokens" button
- You will get URL that contains "client_id" as a query parameter
- Below it, JSON contains "id_token" that you can use as a Bearer token
To register your application with Google API