Go to file
Chris R f2fd58d8c4 Fix the social sample port. 2017-01-19 13:37:04 -08:00
build React to aspnet/KoreBuild#155 2017-01-11 14:30:11 -08:00
samples Fix the social sample port. 2017-01-19 13:37:04 -08:00
shared
src
test Change Xunit versions 2017-01-17 16:48:52 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config React to aspnet/KoreBuild#155 2017-01-11 14:30:11 -08:00
NuGetPackageVerifier.json
README.md
Security.sln
appveyor.yml Upgrade appveyor image 2017-01-09 10:40:04 -08:00
build.cmd
build.ps1
build.sh
makefile.shade
version.props

README.md

ASP.NET Security

AppVeyor: AppVeyor

Travis: Travis

Contains the security and authorization middlewares for ASP.NET Core.

Notes

ASP.NET Security will not include Basic Authentication middleware due to its potential insecurity and performance problems. If you host under IIS you can enable it via IIS configuration.

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