You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2021. It is now read-only.
Max Schmitt edited this page Nov 15, 2017
·
6 revisions
OAuth
Google
Visit console.cloud.google.com and create or use an existing project, go to APIs & Services -> Credentials and create there an OAuth Client-ID for the application type Webapplicaton. There you get the Client-ID and the ClientSecret for your configuration. It's important, that you set in the Google Cloud Platform YOUR_URL/api/v1/auth/google/callback as authorized redirect URL.
In the end the callback URL should look like: http://shortener.google.com/api/v1/auth/google/callback.