n8n/packages/cli/src/middlewares
2023-05-24 02:01:45 +02:00
..
auth.ts fix(core): Skip auth for controllers/routes that don't use the Authorized decorator, or use Authorized('none') (#6106) 2023-04-27 12:51:55 +02:00
basicAuth.ts feat(core): Remove all floating promises. Enforce @typescript-eslint/no-floating-promises (#6281) 2023-05-24 02:01:45 +02:00
cors.ts fix(core): CORS middleware should not process the entire handler chain on OPTIONS requests (no-changelog) (#5368) 2023-02-06 12:43:50 +01:00
externalJWTAuth.ts feat(core): Remove all floating promises. Enforce @typescript-eslint/no-floating-promises (#6281) 2023-05-24 02:01:45 +02:00
index.ts refactor(core): Switch over all user-management routes to use decorators (#5115) 2023-01-27 11:19:47 +01:00
userManagementEnabled.ts feat(core): Limit user invites when SAML is enabled (#5761) 2023-03-23 15:12:19 +01:00