Hacker News new | ask | show | jobs
by romaniv 4458 days ago
ASP.Net Identity 2 is just that, easy and extensible membership.

I don't know about easy, but it definitely doesn't look simple, judging by examples.

http://blog.iteedee.com/2014/03/asp-net-identity-2-0-cookie-...

There are a lot of abstractions that don't represent anything outside of the framework itself, and a lot of components that interact in non-obvious ways. Also, it seems like finding integration points requires quite a bit of knowledge about how Identity 2 works.

The fact that there doesn't seem to be a coherent set of definitive/official documentation describing what and how it works doesn't help either.