From 31c412a28c44ab28ac1183f88a539c42af92c21c Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 19 Aug 2020 19:31:52 +0200 Subject: [PATCH] Typo --- changelog/60_UNRELEASED_2020-xx-xx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 96a3ce23..d492ed68 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -8,7 +8,7 @@ ### New feature: Reverse proxy authenticaton support - New `config.php` settings `AUTH_CLASS` and `REVERSE_PROXY_AUTH_HEADER` -- If you set `AUTH_CLASS` to `Grocy\Middleware\ReverseProxyAuthMiddleware` and your reverse proxy sends a username in the HTTP header `REMOTE_USER` (header anme can be changed by the setting `REVERSE_PROXY_AUTH_HEADER`), the user is automatically authenticated (and will also be created, if not already present) +- If you set `AUTH_CLASS` to `Grocy\Middleware\ReverseProxyAuthMiddleware` and your reverse proxy sends a username in the HTTP header `REMOTE_USER` (header name can be changed by the setting `REVERSE_PROXY_AUTH_HEADER`), the user is automatically authenticated (and will also be created, if not already present) - (Thanks @fipwmaqzufheoxq92ebc for the initial work on this) ### Stock improvements/fixes