Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

How to configure your Google API Keys

Andrew edited this page Jul 13, 2017 · 1 revision
  1. Login to Google API Manager.
  2. In the left menu, select Dashboard. Now select Enable API, search for Google+ and select it. At the top of the screen, ensure it's enabled by clicking on Enable.
  3. In the left menu, select Credentials. Then click Create Credentials > OAuth client ID.
  4. Select Web Application. Name is as you wish, but under Authorised Javascript Origins put http://localhost:8080, and under Authorised redirect URIs put http://localhost:8080/auth/google/callback.
  5. Click Create. You will now have a Client ID and Client Secret. In your .env file, put the Client ID as your GOOGLE_CONSUMER_KEY, and the Client Secret as your GOOGLE_CONSUMER_SECRET.
Clone this wiki locally