reset password form 1.0

This commit is contained in:
2025-09-25 17:54:34 +03:00
parent 7023854723
commit c4fc002124
11 changed files with 303 additions and 12 deletions

7
.env
View File

@@ -10,4 +10,9 @@ ACCESS_TOKEN_EXPIRE_MINUTES=600
ALLOW_ORIGINS=*
ALLOW_CREDENTIALS=True
ALLOW_METHODS=*
ALLOW_HEADERS=*
ALLOW_HEADERS=*
#Почта
SMTP_DOMAIN=domain.example.com
SMTP_PORT=465
MAIL_LOGIN=login.example.com
MAIL_PASSWORD=password.example.com