API referencePlatform APIEndpoint reference
GUIDE & REFERENCE

/api/auth/[...all] (dashboard)

Source-derived dashboard endpoint contract, authentication, request validation, responses, and errors.

This is the dashboard service route. Its origin and authentication are described in Platform API overview and Authentication. A path shared by another service is a different endpoint.

PropertyContract
MethodsGET, POST
Path/api/auth/[...all]
Path parameters...all
Query parameters read in routeNone read directly; schema validation below may define additional fields
Headers read in routeNo additional direct header reads; authentication helpers may read credentials

Authentication and access

Delegated authentication handler. Supported actions and credentials are owned by the imported auth integration.

Method behavior

The handler excerpt preserves field validation, response envelopes, cookie changes, and exception branches. Values returned by service helpers retain their named response type above; for passthrough routes, the upstream response is authoritative.

GET

export { GET, POST } from '@repo/auth/handlers';

Source: minds-ui/apps/app/app/api/auth/[...all]/route.ts:1.

POST

export { GET, POST } from '@repo/auth/handlers';

Source: minds-ui/apps/app/app/api/auth/[...all]/route.ts:1.

Evidence

Generated from the local source snapshot on 2026-09-12. This page documents implemented code and does not certify a deployed service, permissions configuration, or successful provider operation.

Source file: minds-ui/apps/app/app/api/auth/[...all]/route.ts. SHA-256: 38c82d73012dbd01aa1e51af68725499933b809eade06fd229482601007947c4.

On this page