dotnet-starter-kit icon indicating copy to clipboard operation
dotnet-starter-kit copied to clipboard

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

Open jay-cascade opened this issue 3 years ago • 1 comments

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):

  • OS: macOS 12.4
  • Browser: chrome
  • Version: 103.0.5060.114

Smartphone (please complete the following information):

  • N/A

jay-cascade avatar Jul 13 '22 17:07 jay-cascade

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

kristian014 avatar Jun 05 '23 23:06 kristian014