aspnet / Identity

[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.96k stars 869 forks source link

Identity documentation a la Bootstrap #1911

Closed josejmoran closed 6 years ago

josejmoran commented 6 years ago

One of the possible factors of the massive adoption of Bootstrap is the fact that you can go to their website and learn how to use the framework. You are able to copy and paste working code and tailor it to your needs. .NET Core will benefit greatly by providing great documentation and code sample that allows developer to learn how to use the different classes and the proper places and recommended way to use them.

blowdart commented 6 years ago

This issue was moved to aspnet/Docs#8129