aspnetcore/src/Security
Andrew Stanton-Nurse 6a73d75688
fix skipped test to actually be skipped (#8238)
2019-03-08 10:24:48 -08:00
..
Authentication fix skipped test to actually be skipped (#8238) 2019-03-08 10:24:48 -08:00
Authorization Add reference assemblies support (#7764) 2019-02-21 14:33:35 -08:00
CookiePolicy Change SameSite default to None #2675 #4661 (#8043) 2019-03-01 16:22:12 -08:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Use Bootstrap 3.4.1 and 4.3.1 (#7719) 2019-02-20 15:55:49 -08:00
test/AuthSamples.FunctionalTests
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.