loopbackio / loopback4-example-shopping

LoopBack 4 Example: Online Shopping APIs
Other
369 stars 209 forks source link

Add password reset functionality #818

Closed hacksparrow closed 4 years ago

hacksparrow commented 4 years ago

Password reset functionality is a common requirement, let's add it in the example app. Ref: https://github.com/strongloop/loopback4-example-shopping/issues/456.

mrmodise commented 4 years ago

Will start work on this

argupta23 commented 3 years ago

@hacksparrow @mrmodise @dhmlau Please see my comment in #456

Based on my discussion with mrmodise what is implemented here is Change Password.

I think it might help to open another feature to track Password Reset / Forgot Password that implements what I have described. Thoughts and feedback are welcome.

Thanks