Closed rob2885 closed 8 years ago
From auth/forgot:
Response Class (Status 200)
request for new password sent.
Model
Example Value
{
"email": "string",
"token": "string",
"new_password": "string"
}
@mktecson can you handle this?
that should only send an email with the token in it.
Yet in the swagger definition for /auth/forgot and /auth/reset the API claims to be returning this JSON object. This is a bug