View as Json

Statefu Auth Foundation

The Stateless Auth Foundation is the core starting block provided by servercn.

This foundation is built using the Stateless Auth blueprint as its base. Stateless Auth Blueprint


Installation Guide

Initialize Stateless Auth with your preferred database setup:

1. MongoDB + Mongoose

npx servercn-cli@latest init stateless-auth --db=mongodb --orm=mongoose

2. MySQL + Drizzle

npx servercn-cli@latest init stateless-auth --db=mysql --orm=drizzle


Loading files...

File & Folder Structure

Loading files...

Installation

npx servercn-cli init stateless-auth --db=mongodb --orm=mongoose