dokkaiv0.1.0
API Reference

Auth status

Public. Whether auth is enabled and whether default credentials are still active.

GET/auth/statuspublic

Reports that auth is enabled (always true) and whether the default admin/admin credentials are still active (default_admin_active) — the CLI and UI use this to warn until the default password is changed.

Responses

200Auth status
json
{
  "enabled": true,
  "default_admin_active": true
}