aspnetcore/src/Security
Hao Kung fae3dd12ae
Switch to new host apis (#23783)
* Update tests

* Switch to new host apis

* Update host apis

* Update CookieTests.cs

* Update tests

* PR feedback/cleanup

* More cleanup
2020-07-11 00:56:18 +00:00
..
Authentication Switch to new host apis (#23783) 2020-07-11 00:56:18 +00:00
Authorization Follow ups for nullable (#23736) 2020-07-07 21:46:50 +00:00
CookiePolicy Add Extensions method for options (#23602) 2020-07-06 11:54:44 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
README.md
Security.slnf Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00
build.sh
startvs.cmd Migrate to single sln file + slnf files (#23581) 2020-07-08 15:27:22 -07:00

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.