From 41981a3d8a220842d934aba35ddc9ad091a0c4ef Mon Sep 17 00:00:00 2001 From: codeskyblue Date: Thu, 1 Apr 2021 11:16:51 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 503f6bb..3ccaac9 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ docker build -t codeskyblue/gohttpserver -f docker/Dockerfile . You can configure to let a http reverse proxy handling authentication. When using oauth2-proxy, the backend will use identification info from request headers `X-Auth-Request-Email` as userId and `X-Auth-Request-Fullname` as user's display name. Please config your oauth2 reverse proxy yourself. - More about [oauth2-proxy](https://github.com/bitly/oauth2_proxy). + More about [oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy). All required headers list as following.