fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.22k stars 1.56k forks source link

[BUG] api/users/reset-password endpoint fails. #741

Closed jay-cascade closed 2 months ago

jay-cascade commented 2 years ago

Describe the bug

ENDPOINT POST: api/users/reset-password throws a 401, authentication error. Also refer to https://github.com/fullstackhero/dotnet-webapi-boilerplate/discussions/740

To Reproduce

  1. Run project the project and visit localhost:5001/swagger
  2. Try out the api/users/reset-password query
  3. See the response is a 401.

Expected behaviour

The endpoint should respond with a 200 response and reset the password.

Screenshots See discussion: https://github.com/fullstackhero/dotnet-webapi-boilerplate/discussions/740

Desktop (please complete the following information):

Smartphone (please complete the following information):

kristian014 commented 1 year ago

@iammukeshm I've resolved this issue on the blazor and API application. If you are happy, can I update the project with my solution?