Began work on auth_proxy feature (#1932), and began work on testing http api, and auth middleware

This commit is contained in:
Torkel Ödegaard
2015-05-01 11:55:59 +02:00
parent e7ac367392
commit d1e9b6d6ae
5 changed files with 91 additions and 5 deletions

View File

@@ -162,6 +162,13 @@ token_url = https://accounts.google.com/o/oauth2/token
api_url = https://www.googleapis.com/oauth2/v1/userinfo
allowed_domains =
#################################### Auth Proxy ##########################
[auth.proxy]
enabled = false;
header_name = X-WEBAUTH-USER
header_property = username
auto_sign_up = true
#################################### Logging ##########################
[log]
# Either "console", "file", default is "console"