# 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



