A sample application for Google OAuth, inspired by queuetue's app skeleton
- Set up a client application in Google Developer Console
- Set up the app with a OAuth Client Credential
- Use
http://localhost:9292/
as the app url - Use
http://localhost:9292/auth/callback
as the callback url
- Use
- Add the Google Plus API to the App
- Set up the app with a OAuth Client Credential
- Create a
.env
file in the proeject folder
GOOGLE_API_CLIENT="YOUR CLIENT ID HERE"
GOOGLE_API_SECRET="YOUR CLIENT SECRET HERE"
rackup
or
rerun rackup