Go to file
Pranav K 7ab28ecdc6 Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
samples Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
src Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
test Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00
tools
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Security.sln
appveyor.yml
build.cmd
build.ps1
build.sh
global.json Updating to 4.4 CoreFx packages 2016-12-14 14:47:31 -08:00

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.