aspnetcore/src/Security
Doug Bunting a3ac1ce895
Merge branch 'master' into merge/release/3.1-to-master
2019-10-02 10:25:59 -07:00
..
Authentication Merge branch 'master' into merge/release/3.1-to-master 2019-10-02 10:25:59 -07:00
Authorization Throw when UseAuthorization is incorrectly configured 2019-10-01 16:08:24 -07:00
CookiePolicy [3.1] Re-implement SameSite for 2019 (#13776) 2019-10-01 16:04:59 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
samples [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
test/AuthSamples.FunctionalTests [release/3.1] Update dependencies from 2 repositories (#13571) 2019-09-15 21:27:50 -07:00
AuthSamples.sln
README.md Drop 'en-us' loc segment from URLs + doc nits (#13410) 2019-08-24 15:13:25 -07:00
Security.sln
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.