API referencePlatform APIEndpoint reference
GUIDE & REFERENCE

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

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

This is the auxiliary 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
MethodsPOST, GET
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.

POST

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

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

GET

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

Source: minds-ui/apps/api/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/api/app/api/auth/[...all]/route.ts. SHA-256: 3b08f415282a8cbcea8529266e9b2d23e2f6a30e21e4a0b590ab9c008726c7d7.

On this page