Overview
Google is a social provider for Kaneo. It allows users to sign in to Kaneo using their Google account.Configuration
- Go to the Google Cloud Console.
- Create a new project.
- Enable the Google Sign In API.
- Create a new OAuth client ID.
- Set the redirect URI to
KANEO_API_URL/api/auth/callback/google. - Copy the client ID and client secret.
- Set the
GOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRETenvironment variables.
KANEO_API_URL is, see the Environment variables page.