The goal of this example is to show a soup to nuts implementation of google oauth.
Instructions:
You'll want to create a config.yml file in this folder, that will be where you put things like the google client / secret pair and other options.
An example config.yml:
googleAuth:
clientID: "< YOUR CLIENT_ID HERE >"
clientSecret: "< YOUR CLIENT_SECRET HERE >"
hostedDomain: "< YOUR HOSTED DOMAIN HERE (ex: blend.com) >"
web:
port: 5000 #up to you, this is a pretty standard default.
baseURL: "< YOUR BASE URL HERE >"