Hybrid Auth Foundation
The Hybrid Auth Foundation is the core starting block provided by servercn.
This foundation is built using the Hybrid Auth blueprint as its base. Hybrid Auth Blueprint
Installation Guide
Initialize Hybrid Auth with your preferred database setup:
1. MongoDB + Mongoose
npx servercn-cli@latest init hybrid-auth --db=mongodb --orm=mongoose 2. MySQL + Drizzle
npx servercn-cli@latest init hybrid-auth --db=mysql --orm=drizzle 3. PostgreSQL + Drizzle
npx servercn-cli@latest init hybrid-auth --db=postgresql --orm=drizzle Loading files...