Enable Google Sign-In
Let candidates sign in to your job board with their Google account.
AJ
By Abi Tyas Tunggal and Jack WalshGoogle sign-in lets candidates create accounts on your job board with one click instead of filling out a registration form. Most people already have a Google account, so this removes a significant friction point from applications and job alert signups.
Google sign-in only appears in your board settings after you've connected a custom domain.
Before you begin
You'll need a Google account and admin or owner access to your Cavuno job board.
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 (for example, "Venture Capital Careers")
- Click Create
Configure the OAuth consent screen
- In the left sidebar, go to APIs & Services > 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:
openid,email,profile - Click Save and Continue through the remaining steps
Create OAuth credentials
- In the left sidebar, go to APIs & Services > 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
- Copy the Client ID and Client Secret from the dialog that appears
Add credentials to Cavuno
- In Cavuno, go to Board settings (General tab)
- Scroll down to the Google Sign-In section
- Paste your Client ID and Client Secret
- Click Save changes
Once saved, a green Active badge appears confirming Google sign-in is enabled.
Verify it works
- Open your job board's sign-in page
- Look for the Continue with Google button
- Click it and confirm 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