MaxKortelov / QUIZ_52670_54638_58135_58510

Quiz application
Apache License 2.0
2 stars 0 forks source link

Back End: Reset password #5

Open MaxKortelov opened 6 months ago

MaxKortelov commented 6 months ago

Add API create user.

Method: POST

Endpoint: /auth/user/password_update

Request body: { email: string; token: string; newPassword: string; }

Response statuses: 200 - password successfully updated 500, 400