express-multitenant-kit
v1.0.4
Published
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.
Maintainers
Readme
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
✨ 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
npm install express-multitenant-kit
