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

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

Source: https://docs.minds.sh/docs/api/platform/reference/auxiliary--api-auth-catch-all-all



This is the **auxiliary** service route. Its origin and authentication are described in [Platform API overview](/docs/api/platform) and [Authentication](/docs/api/platform/authentication). A path shared by another service is a different endpoint.

| Property                       | Contract                                                                       |
| ------------------------------ | ------------------------------------------------------------------------------ |
| Methods                        | POST, GET                                                                      |
| Path                           | `/api/auth/[...all]`                                                           |
| Path parameters                | `...all`                                                                       |
| Query parameters read in route | None read directly; schema validation below may define additional fields       |
| Headers read in route          | No additional direct header reads; authentication helpers may read credentials |

## Authentication and access [#authentication-and-access]

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

## Method behavior [#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 [#post]

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

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

### GET [#get]

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

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

## Evidence [#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`.
