Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Expose UserManager methods wrapped by AspNetIdentityManagerService class #28

Open
BruceHunter opened this issue Mar 19, 2016 · 2 comments

Comments

@BruceHunter
Copy link

I think it would be a good idea to expose 3 of the lower level methods from the UserManager class wrapped by the AspNetIdentityManagerService class.

Methods to expose (FindByEmailAsync, FindByNameAsync and GeneratePasswordResetTokenAsync).

With these methods one can create a Service that utilizes AspNetIdentityManagerService and build a ResetPassword set of endpoints. Also, IdentityManager (GUI) may use them one day.

I've already done the work in a PR.

Let me know what you think.

@BruceHunter
Copy link
Author

I went ahead and added ResetPasswordAsync as well. PR coming.

@BruceHunter
Copy link
Author

All done..

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants