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.04k stars 1.5k forks source link

added few user endpoints #936

Closed wtmaxim closed 3 months ago

wtmaxim commented 3 months ago

added few user endpoints

image

iammukeshm commented 3 months ago

It might be better to put all the changes into a single PR, else we will have to resolve conflicts individually, like here @wtmaxim.

wtmaxim commented 3 months ago

It might be better to put all the changes into a single PR, else we will have to resolve conflicts individually, like here @wtmaxim.

For this PR, the conflicts should be very simple to resolve, but I will be more careful next time ;)

wtmaxim commented 3 months ago

@iammukeshm I've added the ForgotPassword and ResetPassword endpoints in this PR. I will fix the warnings tomorrow. You can merge #935 if it's OK with you

wtmaxim commented 3 months ago

@iammukeshm It's ok for me