From 5ebd4e3dbfd47fac16d81ae9d6b746da08a5e663 Mon Sep 17 00:00:00 2001 From: Chris Wessels Date: Thu, 17 Aug 2017 18:38:59 +0100 Subject: [PATCH] scope param required for Google OAuth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b90e986..192e452 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ _Note for Caddy users_: Not all parameters are available in Caddy. See the table | -cookie-http-only | boolean | true | X | Set the cookie with the http only flag | | -cookie-name | string | "jwt_token" | X | The name of the jwt cookie | | -github | value | | X | Oauth config in the form: client_id=..,client_secret=..[,scope=..,][redirect_uri=..] | -| -google | value | | X | Oauth config in the form: client_id=..,client_secret=..[,scope=..,][redirect_uri=..] | +| -google | value | | X | Oauth config in the form: client_id=..,client_secret=..,scope=..[redirect_uri=..] | | -host | string | "localhost" | - | The host to listen on | | -htpasswd | value | | X | Htpasswd login backend opts: file=/path/to/pwdfile | | -jwt-expiry | go duration | 24h | X | The expiry duration for the jwt token, e.g. 2h or 3h30m |