stavroskasidis / BlazorWithIdentity

A project template for a blazor hosted app using cookie based authentication with ef core identity.
MIT License
458 stars 106 forks source link

PW Reset #7

Closed 274188A closed 5 years ago

274188A commented 5 years ago

For completeness it would nice to add a password reset feature in the demo code

stavroskasidis commented 5 years ago

Password reset requires pluging-in an email provider and having the user register by email.

I want to keep the sample simple, as the point of the sample is not to showcase Identity itself. If you know how to use Identity you could easily extend the code to fit your needs,

enkodellc commented 5 years ago

@274188A My repo, https://github.com/enkodellc/blazorboilerplate, which uses BlazorWithIdentity will implement the password reset in the future. Take a look.

enkodellc commented 5 years ago

@274188A I finished my initial version of the Password Reset functionality on my fork of BlazorWithIdentity: https://github.com/enkodellc/blazorboilerplate