An application to create retro boards
- Ruby version - 3.1.2
- Rails version - 7.0.0
- Visit the project on the Google Developer Console
- Create a new Credential > OAuth credential > Web application, and name it after your machine
- Enter a redirect URL of http://127.0.0.1:3000/users/auth/google_oauth2/callback
- Copy the Client ID and Secret to your
.env
file asGOOGLE_CLIENT_ID
andGOOGLE_CLIENT_SECRET