Skip to content

Commit

Permalink
version 0.7.3, simple auth mode available, docs for auth created
Browse files Browse the repository at this point in the history
  • Loading branch information
jirivrany committed Nov 3, 2023
1 parent 4c1ece5 commit cb93fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/AUTH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit cb93fbe

Please sign in to comment.