strapi-sdk-javascript
strapi-sdk-javascript copied to clipboard
Return resetPassword and forgotPassword response
It is more than important to process the response from these two requests because they can either contain an important error to display, or better: resetPassword even gives me jwt + user object back, which I can use to immediately set the cookie.
I am not sure if some other documentation has to be updated, AFAIK everything is read from the TS definitions. Thanks in advance.
-
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
-
What is the current behavior? (You can also link to an open issue here)
-
What is the new behavior (if this is a feature change)?
-
Other information: