Enables or disables authentication enforcement for the server. When auth is disabled, endpoints that normally require access tokens or JWT authorization can be called without credentials.
Requires an admin JWT in the Authorization header.
Admin JWT obtained from the login endpoint.
Admin JWT. Format Bearer <admin-jwt>.
Set to true to enable authentication, false to disable it.