mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
use stdin to provide authentication token to authenticator rather than command line option
This commit is contained in:
@@ -19,12 +19,7 @@ operation, the credentials are queried via `getcreds`request.
|
||||
## Authenticator
|
||||
|
||||
An authenticator is an executable or script used for token-based
|
||||
authentication. During HTTP handshake, webfuse will scan for the
|
||||
configured HTTP header and invoke the authenticator.
|
||||
|
||||
authenticator TOKEN
|
||||
|
||||
The provided `token` contains the contents of the HTTP header.
|
||||
authentication. Credentials are passed to the authenticator via `stdin`.
|
||||
|
||||
## Header restrictions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user