1

Does anyone have a working sample of how to use Identity Manager in ASP.NET MVC, using AspNetIdentity?

The Github documentation is outdated and so are the code samples on the website.

Thanks

Dane Balia
  • 5,271
  • 5
  • 32
  • 57
  • 1
    Why use this outdated tool? Looking at codeplex and GitHub this seems to be a dead project. The sample template from [NuGet](https://www.nuget.org/packages/Microsoft.AspNet.Identity.Samples) has all features you need basically. Other features are easy to add if you would really need them.... – Ric .Net Mar 03 '15 at 20:38
  • Thanks - it's technically still supposed to be supported. They should honestly take the site down or put a notice up, NOT DEAD, need your contribution. Disappointing! – Dane Balia Mar 03 '15 at 20:45

1 Answers1

0

Simple answer - don't use Thinktecture Identity Manager!

For those looking to have user management in MVC 5 with Asp.Net identity, these might help:

Dane Balia
  • 5,271
  • 5
  • 32
  • 57