Authentication
server.auth enables a login flow for the web UI and protects API endpoints. JWT-based.
Fields
cookies
Example
Notes
- Set
server.secretwhenever auth is enabled. A weak or default secret allows token forgery. - For HTTPS deployments behind a reverse proxy set
cookies.secure: true.