1.8.7
Scalar API reference replaces Swagger
Swagger UI is gone. In its place, an "API Reference" page rendering Scalar, branded to match the app, with working try-it against the signed-in user's own organization.
- Swashbuckle removed entirely; the built-in ASP.NET Core generator emits OpenAPI 3.1, titled and versioned with the actual server release.
- Authorization-code + PKCE auth, so a signed-in user authorizes silently and try-it calls run with a real token.
- The caller's current organization is prefilled as the example on every
{organizationId}parameter, so try-it and generated code samples work without hand-editing. - Scalar is vendored under
wwwroot/scalar/rather than loaded from a CDN.