express-multitenant-kit
Version:
A lightweight helper module for building multi-tenant Express.js applications. Includes JWT-based route protection, dynamic route handling, and integration with express-tenant-router.
30 lines (16 loc) • 676 B
Markdown
# express-multitenant-kit
A lightweight helper module for building **multi-tenant Express.js applications**.
Includes:
- 🛡️ JWT-based route protection
- 🔁 Dynamic route loading based on tenant configuration
- 🏢 Integration with [`express-tenant-router`](https://www.npmjs.com/package/express-tenant-router)
## ✨ Features
- ✅ Simple and flexible structure
- 🔐 Supports route-level access control (`public` / `private`)
- 🧩 Designed to work with MongoDB-based tenant schema
- 🔌 Integrates seamlessly with `express-tenant-router`
## 📦 Installation
```bash
npm install express-multitenant-kit