feat: forgot/reset password API (variant A). Fixes EventHub/EventHubBack#57
CI / test (push) Successful in 7m20s
CI / deploy-ift (push) Successful in 6m9s
CI / e2e-ift (push) Successful in 1m28s
CI / deploy-stage (push) Successful in 2m34s
CI / e2e-stage (push) Successful in 1m11s

This commit is contained in:
2026-07-24 20:12:53 +03:00
parent e3013075cc
commit 61816e15b1
16 changed files with 592 additions and 5 deletions
+3
View File
@@ -18,6 +18,7 @@ admin() ->
admin_handler_users,
admin_handler_user_by_id,
admin_handler_user_verification_token,
admin_handler_user_password_reset_token,
admin_handler_user_stats,
% ================== КАЛЕНДАРИ ==================
admin_handler_calendars,
@@ -69,6 +70,8 @@ user() ->
handler_login,
handler_refresh,
handler_verify,
handler_forgot_password,
handler_reset_password,
handler_booking_by_id,
handler_bookings,
handler_calendar_by_id,