aspnetcore/src/Security
Nate McMaster 922512a9fb
Convert the artifacts folder layout to match Arcade (#6850)
Changes:
* IsProductPackage => IsShippingPackage
* artifacts/$config/packages => artifacts/packages/$config
* packages/product => packages/Shipping
* packages/internal => packages/NonShipping
* Renamed MSBuild properties used for output folders
* Update build tools to use 2 spaces in global.json
2019-01-18 13:38:24 -08:00
..
Authentication Convert the artifacts folder layout to match Arcade (#6850) 2019-01-18 13:38:24 -08:00
Authorization
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Add Microsoft.NET.Sdk.Razor 2019-01-16 16:16:04 -08:00
test/AuthSamples.FunctionalTests
AuthSamples.sln
README.md
Security.sln

README.md

ASP.NET Core Security

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

A list of community projects related to authentication and security for ASP.NET Core are listed in the documentation.

See the ASP.NET Core security documentation.

Notes

ASP.NET Security does not include Basic Authentication middleware due to its potential insecurity and performance problems. If you host under IIS, you can enable Basic Authentication via IIS configuration. This project is part of ASP.NET Core.