aspnetcore/src/Security
Hao Kung 697b397b9b
Revert AuthenticationAddXyz overload changes (#24253)
2020-07-23 15:00:01 -07:00
..
Authentication Revert AuthenticationAddXyz overload changes (#24253) 2020-07-23 15:00:01 -07:00
Authorization Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
CookiePolicy Use Roslyn to create ref/ assemblies (#23403) 2020-07-17 13:35:17 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.slnf
README.md
Security.slnf
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.