Google login setup

Follow these steps once in Google Cloud Console.

  1. Open Google Cloud Console.
  2. Create or select a project for Atlanta Music LIVE.
  3. Go to APIs & Services → OAuth consent screen, choose External, and fill in app name, support email, and developer contact.
  4. Go to APIs & Services → Credentials → Create credentials → OAuth client ID.
  5. Choose Web application.
  6. Add authorized JavaScript origin: https://atlantamusic.us.
  7. Add authorized redirect URI: https://atlantamusic.us/auth/google/callback.
  8. Copy the client ID into GitHub/production as GOOGLE_CLIENT_ID.
  9. Copy the client secret into GitHub/production as GOOGLE_CLIENT_SECRET.
  10. Set GOOGLE_REDIRECT_URI=https://atlantamusic.us/auth/google/callback.