- Go to https://console.developers.google.com/project and create a new project. Name it something like October Social Login.
- Under Social APIs enable Google+ API and Google+ Domains API.
- Go to Credentials on the left and then the OAuth consent screen tab at the top
- Enter a product name - this will be visible to the end user so perhaps something like <Your Site Name> Login. All other details are optional.
- Go to Credentials on the left and click Create credentials - OAuth client ID then Web application. A screen titled Create Client ID will appear.
- Name the Web application the same as your product name entered above. Set Authorized JavaScript Origins to = URL::to('') ?> and Authorized Redirect URI to = URL::route('flynsarmy_sociallogin_provider_callback', ['Google']) ?>
- Click Create.