v2: модуль аутентификации Keycloak + IAM, роутер /v2

- v2/src/auth/index.js — login(), fetchIamUser(), exchangeCode(), buildAuthUrl()
- v2/src/config/index.js — приоритет V2_* → KC_* → умолчания
- v2/server.js — createV2Router(), монтируется в server.js как /v2
- server.js — app.use('/v2', createV2Router()) перед UI-роутером
- bump 0.5.57 → 0.5.58
This commit is contained in:
2026-06-12 15:47:32 +04:00
parent b2f1cae37d
commit 5c09844002
6 changed files with 608 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ipwhitelist",
"version": "0.5.57",
"version": "0.5.58",
"description": "IP WhiteList microservice for cloud provider",
"main": "server.js",
"scripts": {