feat: кнопка Выйти → /logout (OIDC) с предупреждением о SSO

- Возвращена кнопка в user.ejs, href=/logout вместо /v2/logout
- confirm() перед выходом: предупреждает что завершатся ВСЕ сессии Nubes
- /logout → destroy сессии Express → редирект на Keycloak OIDC logout

v0.1.10 → v0.1.11
This commit is contained in:
2026-07-02 08:38:29 +04:00
parent fc5aa7ca09
commit 7982a82286
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ipwhitelist",
"version": "0.1.10",
"version": "0.1.11",
"description": "IP WhiteList microservice for cloud provider",
"main": "server.js",
"scripts": {