In this tutorial, I will show you steps of how to add password-reset functionality in your LoopBack 4 application (referred to as LB4 from this point) that has JWT authentication enabled. The password-reset functionality will be split into 2 parts: (a) the first part is where a user will submit…