Auth / ...nextauth
OAuth and credential flows managed by NextAuth.
API Overview
Path: /api/auth/[...nextauth] — Method: ANY
Auth: none — Handles callbacks internally.
Request Details
No headers required
No path params required
No query required
No body required
Responses
Notes & Tips
- Ensure headers match exactly (e.g.,
x-apikey). - Use
Content-Type: application/jsonfor JSON bodies. - For Bearer auth, you can provide either a session JWT or an opaque API key where supported.