feat(core): Extend user list to allow expanding the user list to projects (#16314)

Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com>
This commit is contained in:
Andreas Fitzek
2025-06-18 22:26:50 +02:00
committed by GitHub
parent 701c31cfbc
commit c0d1ff6e4c
20 changed files with 780 additions and 180 deletions

View File

@@ -99,6 +99,7 @@ export const setupTestServer = ({
const app = express();
app.use(rawBodyReader);
app.use(cookieParser());
app.set('query parser', 'extended');
app.use((req: APIRequest, _, next) => {
req.browserId = browserId;
next();