From cb93fbe925dfe21c408edc12e524964a8f1ae0d1 Mon Sep 17 00:00:00 2001 From: Jiri Vrany Date: Fri, 3 Nov 2023 13:04:14 +0100 Subject: [PATCH] version 0.7.3, simple auth mode available, docs for auth created --- docs/AUTH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AUTH.md b/docs/AUTH.md index 9b6fdcb..d1b6a31 100644 --- a/docs/AUTH.md +++ b/docs/AUTH.md @@ -37,7 +37,7 @@ ProxyPass / uwsgi://127.0.0.1:8000/ ### Simple Auth This mode uses a WWW server (usually Apache) as an auth proxy. It is thus possible to use an external user database. Everything needs to be set in the web server configuration, then in **config.py** enable `HEADER_AUTH = True` and set `AUTH_HEADER_NAME = 'X-Authenticated-User'` -See [apache.conf.example]('./apache.example.conf') for more information about configuration. +See [apache.conf.example](./apache.conf.example) for more information about configuration. ### Local single user mode This mode is used as a fallback if neither SSO nor Simple Auth is enabled. Configuration is done using **config.py**. The mode is more for testing purposes, it does not allow to set up multiple users with different permission levels and also does not perform user authentication. \ No newline at end of file