From 210e0c9ce203c834b7218be70c25eb8fbea64346 Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 9 Feb 2024 16:09:05 +0000 Subject: [PATCH] typos --- authorization.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authorization.adoc b/authorization.adoc index 0b67c23fe..19a2c5199 100644 --- a/authorization.adoc +++ b/authorization.adoc @@ -24,8 +24,8 @@ The flow generally goes like this; This method is not yet well documented, sorry! Ask on Discord - we need more people to test this feature. ---- -AuthHttpHeaderUsername "X-Username" -AuthHttpHeaderUsergroup "X-Usergroup" +authHttpHeaderUsername: "X-Username" +authHttpHeaderUsergroup: "X-Usergroup" ---- NOTE: You *must* set `AuthHttpHeaderUsername` to some value, even if you only intend to use `AuthHttpHeaderUsergroup`, otherwise usergroups will be ignored.