> ## Documentation Index
> Fetch the complete documentation index at: https://docs.briksync.com/llms.txt
> Use this file to discover all available pages before exploring further.

# April 4, 2026

> Additional utility endpoints documented, enhanced security headers, and production security audit.

<Update label="2026-04-04" description="v1.0.2" tags={["Update", "Fix"]}>
  ## Week in review

  This week we hardened the API surface, improved security headers, and completed a full production audit to ensure everything shipped in v1.0 meets our quality bar.

  ### Updates

  * **Additional utility endpoints documented** — Four utility endpoints are now documented in the API reference: auth callback, sign-out, health check, and the interactive Swagger UI. Error responses from plan-gated routes now include `currentPlan` and `requiredPlan` fields so you can programmatically detect when an upgrade is needed. [Learn more](/api/overview)

  * **Security headers on API endpoints** — The API documentation endpoint now returns `X-Content-Type-Options: nosniff` to prevent MIME-type sniffing. The health endpoint includes a `Cache-Control` header. The auth callback validates redirect targets to prevent CRLF injection. [Learn more](/account/security)

  * **Richer error responses** — Payment receipt and move-out report endpoints now return structured error responses on failure instead of generic errors, making it easier to handle edge cases in your integrations. [Learn more](/api/overview)

  ### Bug fixes

  * Fixed a cross-site scripting vulnerability on the pricing page where content was rendered unsafely. The page now uses safe text rendering throughout.

  * Resolved eight code quality issues across the platform identified during the production audit, including stricter variable declarations and safer rendering patterns.
</Update>
