Fix jwt-token

This commit is contained in:
2025-09-15 08:02:07 +02:00
parent 68b6d009d6
commit af3f549b93

View File

@@ -42,6 +42,7 @@ class MultiTenantAuth {
* Can be from subdomain, header, or JWT
*/
async determineTenant(req) {
console.log('===== DETERMINE TENANT CALLED =====');
console.log('🏢 determineTenant called with req.user:', req.user);
console.log('🏢 req.headers:', req.headers);
console.log('🏢 req.url:', req.url);