djordjedjukic / BddDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BddDemo

license main


Digitalis: Opinionated best-practices application


To get Google "client_id" for testing API:

  1. https://developers.google.com/oauthplayground/
  2. Find "Google OAuth2 API v2" and expand
  3. Click on "https://www.googleapis.com/auth/userinfo.email" to select it
  4. Click on "Authorize APIs" button
  5. You will be presented with a choice of a Google account. Select one to proceed
  6. Click on "Exchange authorization code for tokens" button
  7. You will get URL that contains "client_id" as a query parameter
  8. Below it, JSON contains "id_token" that you can use as a Bearer token

To register your application with Google API

https://console.developers.google.com/apis

About

License:The Unlicense


Languages

Language:C# 92.0%Language:HTML 6.0%Language:CSS 1.7%Language:JavaScript 0.3%