Question

Can anybody tell me, where I can find source code of Microsoft.AspNet.Identity.Core and Microsoft.AspNet.Identity.EntityFramework packages?

Was it helpful?

Solution 2

ASP.NET source codes are also on GitHub for a while, including Identity;
https://github.com/aspnet/Identity

Edit: As @BrockAllen already pointed out, this is the version that will be published with vNext, not the source code of the current version (2.1) or lower.

OTHER TIPS

It's not currently open source.

Since this post, MS did open source it, and you can view that code here: https://aspnetidentity.codeplex.com

Note this is Identity 2, and is being replaced by Identity 3 and ASP.NET Core. Still, if you need to see something in v2, this is easier than decompiling it...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top