v0.1.0-alpha.22: Fix #67: Add WriteJSON helper to httpserver package (#68)
Pre-release
Pre-release
* Fix #67: Add WriteJSON helper to httpserver package * refactor: use WriteJSON helper in auth and healthcheck handlers Replace manual JSON encoding with httpserver.WriteJSON() helper: - application/healthcheck.go: simplify health response - auth/handler_delete.go: fix error log message (was "decode") - auth/handler_get.go: remove redundant Content-Type header Reduces code duplication and ensures consistent response handling.