You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration for the HTTP Basic authentication is via a YAML
configuration file, the location of the configuration is specified via
the --web.auth-config CLI argument.
Added bcrypt subcommand when compiled with the auth feature.
This is to assist users when they're enabling HTTP Basic Authentication
as they may not have tools installed for generating bcrypt hashes.