issues
search
kanta1207
/
time-tracker-backend
0
stars
0
forks
source link
[Feature]Implement Update User Password API
#4
Open
kanta1207
opened
1 year ago
kanta1207
commented
1 year ago
Overview
POST: /users/{userId}/password-update
Update a user's password
POST: /users/password-update/request
Send an e-mail to a user who forgot their password
GET: /user/password-update/verification
Verify the token
POST: /user/password-update/save
Save new password
API doc:
https://koyablue.github.io/time-tracker-api-doc/
Purpose
To change a user's password
Proposal
Tasks
Overview
API doc: https://koyablue.github.io/time-tracker-api-doc/
Purpose
Proposal
Tasks