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