dotnet-starter-kit
dotnet-starter-kit copied to clipboard
[BUG] api/users/reset-password endpoint fails.
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
- Run project the project and visit localhost:5001/swagger
- Try out the api/users/reset-password query
- 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
@iammukeshm I've resolved this issue on the blazor and API application. If you are happy, can I update the project with my solution?