Go to file
Doug Bunting d5c9599668 Change hardcoded `bash` shebang to `env`
- aspnet/Home#695
- support various `bash` installation locations
- in particular, enable building on FreeBSD
2015-06-23 10:59:34 -07:00
samples/IdentitySample.Mvc Remove use of SqlServerDatabase! 2015-06-19 11:28:13 -07:00
src Merge from release 2015-06-17 11:19:41 -07:00
test Add missing using directive. 2015-06-19 11:20:41 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:49:51 -07:00
Identity.sln
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:52:26 -07:00
NuGet.Config Updating to release NuGet.config 2015-05-27 16:26:18 -07:00
README.md Add AppVeyor, Travis build status 2015-06-23 07:20:35 +03:00
Settings.StyleCop
appveyor.yml
build.cmd
build.sh Change hardcoded `bash` shebang to `env` 2015-06-23 10:59:34 -07:00
global.json
makefile.shade

README.md

ASP.NET Identity

AppVeyor: AppVeyor

Travis: Travis

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.