An application to create retro boards
- Ruby version - 3.4.4
- Rails version - 7.1.5
- 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
.envfile asGOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRET