Where to Store and Manage Tenant Credentials in a Multi-Tenant SaaS Architecture?
We are developing a multi-tenant SaaS knowledge repository using a monolithic architecture with Node.js. The application employs MongoDB where each document is tagged with a tenantId to separate data for each tenant.