zooly-auth is a self-contained Next.js application that serves as the Single Sign-On (SSO) provider for the entire platform. It handles all authentication and authorization across all apps in the monorepo.

zooly-authapps/zooly-authThe auth app is a special project designed to serve as an SSO for the entire application:
The app supports two authentication flows:
returnTo parameterdev - Start development server on port 3003build - Build for productionstart - Start production serverlint - Run ESLintFor more details on the auth architecture and integration, see: