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
+6
View File
@@ -35,6 +35,12 @@
expires_at :: calendar:datetime()
}).
-record(password_reset, {
token :: binary(),
user_id :: binary(),
expires_at :: calendar:datetime()
}).
%% ------------------- АДМИНИСТРАТОРЫ ------------------------------------
-record(admin, {
id :: binary(),