Skip to content

Google OAuth Configuration

  1. Open Google Credentials

  2. Click Create credentials > OAuth client ID

    Create credentials

  3. Select Web application and enter applicable details for your instance of Huddo Boards

    • Name: Huddo Boards
    • Authorized JavaScript origins: https://boards.company.com
    • Authorized redirect URIs: https://boards.company.com/auth/google/callback

      OAuth Client

  4. Click Create

  5. Copy the Client ID and Client secret

    Client ID and secret

  6. Add the values to your boards.yaml config file;

    user:
        env:
            GOOGLE_CLIENT_ID: <YOUR_CLIENT_ID>
            GOOGLE_CLIENT_SECRET: <YOUR_CLIENT_SECRET>