You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: