Skip to content

ChaosEngine/IdentityManager2

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 65.8%
  • HTML 17.5%
  • JavaScript 14.7%
  • Less 1.1%
  • CSS 0.9%