DEV Community

Discussion on: Authentication with JSON Web Tokens in .NET Core 3.1

Collapse
 
nasierjaffer profile image
nasierjaffer

I have learnt a ton from this series, thank you for selflessly sharing Patrick!

Would you mind showing us how we can go about resetting a users password? The username in my test application is a email address.

I have implemented the following mailkit solution and it works pretty well apart from minor bugs that was fixed in the version I am using - Version="2.10.1

github.com/ffimnsr-ext/article-dem...