v0.5.174: timeout IAM 5с, rate-limiters на login/CRUD/export

This commit is contained in:
2026-06-22 19:24:58 +04:00
parent 0135d28189
commit df697cd703
5 changed files with 15 additions and 9 deletions
+1
View File
@@ -83,6 +83,7 @@ async function start() {
if (auth.jwksHandler) app.get('/.well-known/jwks.json', auth.jwksHandler);
// ── OIDC-роуты (Keycloak) ───────────────────────────────────────────────
app.use('/login', authLimiter); // защита от брутфорса
const { createRouter: createOidcRouter } = require('./src/routes/oidc');
app.use('/', createOidcRouter({ auth }));