issues
search
JackFawthorpe
/
mas-competition-backend
0
stars
0
forks
source link
Change password API
#6
Closed
JackFawthorpe
closed
7 months ago
JackFawthorpe
commented
7 months ago
AC:
The user in the database has a flag to identify that they have changed their password
I can hit /api/v1/user/:userID/password to change my password
My password must be atleast 8 characters with a special character a number and an upper case.
I am re-authenticated with another token after I have changed my password
Once my password has changed then the flag is turned off
AC: