- Go to https://console.cloud.google.com/projectcreate , choose a project name and create that project.
- Make sure that the newly created project is from now on selected in the dropdown on the top left of the page
- Go to https://console.cloud.google.com/apis/credentials/consent to create a consent screen
- Choose „external“, except if you want to limit the app to just your organization.
- Fill in the required fields with name and contact info for your app
- Scopes can be skipped
- If needed, add additional test users for testing
- Go to https://console.cloud.google.com/apis/credentials/oauthclient to create OAuth credentials for the app
- Choose „Web application“
- Choose a name for the app client
- Create the credentials, copy the client ID and client secret that are displayed into the file
server/.env
asOAUTH_GOOGLE_CLIENT_ID
andOAUTH_GOOGLE_CLIENT_SECRET