feat(auth): POST /v1/logout and admin logout revoke refresh session. Refs EventHub/EventHubBack#69
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user