Auth
Better Auth GET route
Delegates GET requests to the Better Auth Next.js handler mounted at /api/auth.
Source: apps/web/src/app/api/auth/[...all]/route.ts
GET
Better Auth GET route
Authorizations
Better Auth session cookie set by the web app.
Path Parameters
Better Auth sub-route handled by the mounted catch-all route.
Minimum string length:
1Response
default - application/json
Response is owned by Better Auth for the requested sub-route.
JSON object delegated to the upstream provider.