diff options
author | Niall Sheridan <nsheridan@gmail.com> | 2016-04-19 22:51:15 +0100 |
---|---|---|
committer | Niall Sheridan <nsheridan@gmail.com> | 2016-04-19 22:51:15 +0100 |
commit | 93da00c2f28d647cf770758165d4d79a53589f2e (patch) | |
tree | cb31aef2bd779736b4a042259b08cb0837ff014f | |
parent | 7399ba4bf1b3ba3e33085c575de4161bc715aa53 (diff) | |
parent | 14c43a27c248bfd9768927d942f48dd24a1e132b (diff) |
Merge branch 'master' of github.com:nsheridan/cashier
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Configuration is divided into three sections: `server`, `auth`, and `ssh`. - `provider` : string. Name of the oauth provider. At present the only valid value is "google". - `oauth_client_id` : string. Oauth Client ID. - `oauth_client_secret` : string. Oauth secret. -- `oauth_callback_url` : string. URL that the Oauth provider will redirect to after user authorisation. Currently hardcoded to `"/auth/callback"` in the source. +- `oauth_callback_url` : string. URL that the Oauth provider will redirect to after user authorisation. The path is hardcoded to `"/auth/callback"` in the source. - `google_opts` : object. Additional options for the `google` provider. - `google_opts: { domain }` : string. Only allow users from this Google Apps domain. This is optional but leaving it unset will allow anyone with a Google account to obtain ssh certificates so don't do that. |