• Stars
    star
    188
  • Rank 204,663 (Top 5 %)
  • Language
    C#
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Development tool for administering users and roles

IdentityManager2

NuGet Gitter

IdentityManager2 is a tool for developers and/or administrators to manage the identity information for users of their applications in ASP.NET Core. This includes creating users, editing user information (passwords, email, claims, etc.) and deleting users. It provides a modern replacement for the ASP.NET WebSite Administration tool that used to be built into Visual Studio.

In theory, IdentityManager2 can work with any user store, it just requires an implementation of IIdentityManagerService. For example ASP.NET Core Identity usage, check out IdentityManager2.AspNetIdentity.

IdentityManager2 is a development tool and is not designed to be used in production. For production identity management see AdminUI.

Articles

Contributing

Currently, IdentityManager2 is a port of the original IdentityManager dev tool. If you're interested in helping to update the codebase, then check out the issue tracker.

Developed and maintained by Rock Solid Knowledge.