aspnetcore/src/Security
James Newton-King 09e019841c
Validate required services in UseAuthorization (#6915)
2019-02-01 11:14:51 +13:00
..
Authentication Remove obsolete 1.x UseIdentity + UseXyz auth API (#6965) 2019-01-28 21:37:51 -08:00
Authorization Validate required services in UseAuthorization (#6915) 2019-02-01 11:14:51 +13:00
CookiePolicy Add AllowSynchronousIO to TestServer and IIS, fix tests (#6404) 2019-01-15 11:48:17 -08:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Add Microsoft.NET.Sdk.Razor 2019-01-16 16:16:04 -08:00
test/AuthSamples.FunctionalTests Remove obsolete build infrastructure (#6995) 2019-01-28 09:57:59 -08:00
AuthSamples.sln Merge branch 'release/2.1' into release/2.2 2019-01-15 16:37:34 -08:00
README.md
Security.sln Merge fix 2019-01-16 10:31:10 -08:00
startvs.cmd Add startvs.cmd for MVC and Security solutions (#6943) 2019-01-28 15:37:14 -08:00

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.