Open kevinmichaelchen opened 6 years ago
Right now, GET confirms a usable/unexpired/unused code exists for the given UUID.
GET
PUT performs the actual reset, given an email and new password.
PUT
We can probably combine these two. Just pass the code field with the PUT's body.
code
Right now,
GET
confirms a usable/unexpired/unused code exists for the given UUID.PUT
performs the actual reset, given an email and new password.We can probably combine these two. Just pass the
code
field with thePUT
's body.