[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
Перейти к файлу
Hao Kung ffc9822746 Rename extensions
AddEntity -> AddEntityFramework
AddSecurity -> AddHttpSignIn
2014-05-16 11:13:56 -07:00
src Rename extensions 2014-05-16 11:13:56 -07:00
temp Fix merge conflicts 2014-05-06 13:58:51 -07:00
test Rename extensions 2014-05-16 11:13:56 -07:00
.gitattributes Initial identity repo 2014-01-31 13:38:15 -08:00
.gitignore Updating build scripts 2014-05-02 14:45:21 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2014-05-13 01:02:34 -07:00
Identity.sln Updated to use the new tooling 2014-04-08 13:01:23 -07:00
LICENSE.txt Create LICENSE.txt 2014-05-08 16:32:40 -07:00
NuGet.Config Updating build scripts 2014-05-02 14:45:21 -07:00
README.md Update README.md 2014-05-12 17:45:26 -07:00
build.cmd Updating build scripts 2014-05-02 15:07:36 -07:00
build.sh Updating build scripts 2014-05-02 14:45:21 -07:00
global.json Switch to KRunner add initial DI unit test 2014-03-10 15:00:38 -07:00
makefile.shade Initial identity repo 2014-01-31 13:38:15 -08:00

README.md

ASP.NET Identity

ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.