aspnetcore/src/Security
James Newton-King da66edc8ff
Change IEndpointConventionBuilder extension methods to use generic argument (#8906)
2019-05-02 07:25:54 +12:00
..
Authentication Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
Authorization Change IEndpointConventionBuilder extension methods to use generic argument (#8906) 2019-05-02 07:25:54 +12:00
CookiePolicy Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Remove RequiredPolicy (#9399) 2019-04-17 21:58:38 -07:00
test/AuthSamples.FunctionalTests Make UseEndpoints a thing (#8765) 2019-03-28 15:41:11 -07:00
AuthSamples.sln Follow-up to VS2019 conversion (#7753) 2019-02-20 11:02:38 -08:00
README.md
Security.sln Follow-up to VS2019 conversion (#7753) 2019-02-20 11:02:38 -08:00
startvs.cmd

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.