Go to file
Nate McMaster 7f0b14a8ef
React to aspnet/DotNetTools#272
2017-03-14 12:51:09 -07:00
build
samples React to aspnet/DotNetTools#272 2017-03-14 12:51:09 -07:00
shared/Microsoft.AspNetCore.ChunkingCookieManager.Sources
src Add an opt-out DisableTelemetry option in the OpenID Connect middleware (#1140) 2017-03-13 10:02:59 -07:00
test Back up to .NET 4.5.2 2017-03-13 10:14:08 -07:00
.gitattributes
.gitignore
.travis.yml Update .travis.yml (#1138) 2017-03-09 11:23:04 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Security.sln
appveyor.yml
build.cmd
build.ps1
build.sh
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.