API Documentation
Introduction
Learn about the User Management API endpoints for Launch Express
Welcome
This documentation describes the User Management API endpoints for Launch Express, a Next.js boilerplate application. The API provides secure user management capabilities through NextAuth authentication.
Authentication
All endpoints are protected using Auth.JS cookie-based authentication. Requests must include a valid session cookie obtained through the Auth.JS authentication flow.
Was this page helpful?