feat(auth): POST /v1/logout and admin logout revoke refresh session. Refs EventHub/EventHubBack#69
CI / test (push) Successful in 7m32s
CI / deploy-ift (push) Successful in 2m29s
CI / e2e-ift (push) Successful in 1m29s
CI / deploy-stage (push) Successful in 2m3s
CI / e2e-stage (push) Successful in 2m1s

This commit is contained in:
2026-08-14 20:23:16 +03:00
parent 302e1e5e9e
commit 347a645933
6 changed files with 177 additions and 6 deletions
+2
View File
@@ -14,6 +14,7 @@ admin() ->
admin_handler_node_metrics,
admin_handler_login,
admin_handler_refresh,
admin_handler_logout,
% ================== ПОЛЬЗОВАТЕЛИ ==================
admin_handler_users,
admin_handler_user_by_id,
@@ -69,6 +70,7 @@ user() ->
handler_register,
handler_login,
handler_refresh,
handler_logout,
handler_verify,
handler_forgot_password,
handler_reset_password,