Skip to content

Instantly share code, notes, and snippets.

@kennyparsons
Created May 21, 2020 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kennyparsons/f9267a610da16bf84a11c354c9a42423 to your computer and use it in GitHub Desktop.
Save kennyparsons/f9267a610da16bf84a11c354c9a42423 to your computer and use it in GitHub Desktop.
vouch:
domains:
- example.com
- example2.com
testing: false
post_logout_redirect_uris:
- https://oauth2.googleapis.com/revoke
cookie:
name: myuniquename
secure: true
httpOnly: false
oauth:
provider: google
client_id: clientid......apps.googleusercontent.com
client_secret: clientsecret
callback_urls:
- https://login.example.com/auth
preferredDomain: example.com
scopes:
- email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment