Skip to content

Commit

Permalink
Modify client_secrets.json
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dey committed May 19, 2018
1 parent 94d2eaa commit 0895c12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client_secrets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "M09elm1QiDeOdNFkFVoHDFIp",
"redirect_uris": [
"http://localhost:5000/login",
"http://localhost:5000/gconnect"
],
"javascript_origins": [
"http://localhost:5000"
]
Expand Down

0 comments on commit 0895c12

Please sign in to comment.