brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
742 stars 238 forks source link

Best Practice for MembershipReboot with IDSvr3 #709

Open tomkurian01 opened 6 years ago

tomkurian01 commented 6 years ago

I'm using MembershipReboot as my back-end store for IdentityServer3, but now I need to have a page setup to change passwords. I have done this before in the past when just using MembershipReboot without ID Server but haven't done it with this new type of configuration.

What's the best practice to do this? My client is a AngularJS client.