Documentation

Sources for authentication and authorization

backends

The backends clause tells where end user information is stored. Each backend should be configured with a string representing the backend's name. Backends are configured within a backends clause:

backends {
    # backends are configured here
    file "EXAMPLE_FILE_BACKEND" {...}
}