How to set up Google sign-in
Let candidates sign in to your job board with their Google account.
AJ
By Abi Tyas Tunggal and Jack WalshLet candidates sign in to your job board using their Google account. Most people already have a Google account, making this a low-friction sign-in option.
Before you begin
You'll need:
- A Google account
- Admin or owner access to your Cavuno job board
Step 1: Create a Google Cloud project
- Go to console.cloud.google.com
- Click the project dropdown at the top and select New Project
- Name it after your job board (e.g., "Venture Capital Careers")
- Click Create
Step 2: Configure the OAuth consent screen
- In the left sidebar, go to APIs & Services then OAuth consent screen
- Select External as the user type and click Create
- Fill in the required fields:
- App name — your job board name
- User support email — your email address
- App logo — upload your job board logo (optional but recommended)
- Developer contact email — your email address
- Click Save and Continue
- On the Scopes page, click Add or Remove Scopes and add:
openidemailprofile
- Click Save and Continue through the remaining steps
Step 3: Create OAuth credentials
- In the left sidebar, go to APIs & Services then Credentials
- Click Create Credentials and select OAuth client ID
- Set Application type to Web application
- Name it after your job board
- Under Authorized redirect URIs, click Add URI and enter your callback URL
If you use a custom domain:
text
1https://yourdomain.com/api/board-auth/oauth/google/callback
If you use the default Cavuno subdomain:
text
1https://cavuno.com/api/board-auth/oauth/google/callback
- Click Create
- A dialog will show your Client ID and Client Secret — copy both
Step 4: Add credentials to Cavuno
- In Cavuno, go to Board settings
- Scroll down to Google Sign-In
- Paste your Client ID and Client Secret
- Click Save credentials
Once saved, you'll see a green Active badge confirming Google sign-in is enabled.
Verify it works
- Open your job board's sign-in page
- You should see a Continue with Google button
- Click it and verify you're redirected to Google's consent screen showing your app name
- Complete the sign-in and confirm you're redirected back to your board