command
Version:
v0.2.7
Opens a new window with list of versions in this module.
Published: Apr 29, 2026
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Local Auth Plugin
This plugin implements the Syfon AuthenticationPlugin interface for local (basic auth) authentication.
Usage
Build the plugin binary:
go build -o local_auth_plugin .
Set the following environment variables as needed:
DRS_BASIC_AUTH_USER and DRS_BASIC_AUTH_PASSWORD for basic auth credentials
Configure Syfon to use the plugin:
export SYFON_AUTHN_PLUGIN_PATH=/path/to/local_auth_plugin
syfon serve
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.