Let authenticators provide username and password separately

This commit is contained in:
Joscha
2021-05-15 18:24:03 +02:00
parent d63494908d
commit 8c32da7f19
4 changed files with 32 additions and 22 deletions

View File

@ -93,7 +93,7 @@ auth = auth:example
## The `auth:*` sections
Sections whose names start with `auth:` are used to configure authenticators. An
authenticator provides login credentials to one or more crawlers.
authenticator provides a username and a password to one or more crawlers.
Authenticators work similar to crawlers: A section represents an authenticator
instance, whose name is the rest of the section name. The type is specified by