aspnetcore/src/Security
Artak 0ebd5f040b
Merge pull request #25277 from dotnet/prkrishn/nullability-feedback
Address nullability feedback
2020-08-28 15:30:22 -07:00
..
Authentication Merge pull request #25277 from dotnet/prkrishn/nullability-feedback 2020-08-28 15:30:22 -07:00
Authorization Add net461 TFM to netstandard2.0 projects (#25094) 2020-08-27 16:05:40 -07:00
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Convert DatabaseErrorPage to exception filter (#24588) 2020-08-17 11:13:17 -07:00
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.slnf
README.md
Security.slnf Handle auth schemes in cookie names #25266 2020-08-26 11:32:05 -07:00
build.cmd
build.sh
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.