Google OAuth provider¶
- Create a project in Google Cloud Platform with an appropriate name
- Go to credentials in APIs & Services
- Create new credentials for an OAuth Client
- Add the domain name to the javascript origins and the redirect link. (Note: see here for issues with HTTPS in production)
- Add a secret and copy that somewhere safe
- Edit the OAuth Consent screen with only non-sensitive scopes (otherwise you will have to go through a verification process)