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

Expose UserManager methods wrapped by AspNetIdentityManagerService class #28

@BruceHunter

Description

@BruceHunter

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions