Guard that validates HTTP Basic Authentication against app.auth.basic config. The config should be a map of username -> password. If no config is set, access is granted.
app.auth.basic
username -> password
Private
Description
Guard that validates HTTP Basic Authentication against
app.auth.basicconfig. The config should be a map ofusername -> password. If no config is set, access is granted.