mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Let authenticators provide username and password separately
This commit is contained in:
parent
d63494908d
commit
8c32da7f19
4 changed files with 32 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue