aspnetcore/src/Security
John Luo 84a04c9df1
Quarantining tests (#20631)
* Quarantining tests

* Namespace collision
2020-04-08 12:53:53 -07:00
..
Authentication Quarantining tests (#20631) 2020-04-08 12:53:53 -07:00
Authorization Add AddOptions to AddAuthorizationCore (#18911) 2020-02-25 21:57:19 +00:00
CookiePolicy Merge branch 'release/3.1' into master 2020-02-18 13:46:51 -08:00
benchmarks/Microsoft.AspNetCore.Security.Performance Updates for extensions migrations 2020-02-20 14:00:29 -08:00
samples Merge branch 'release/3.1' into master 2020-02-18 13:46:51 -08:00
test/AuthSamples.FunctionalTests
.vsconfig Add .vsconfig files in root and beside slns 2020-03-31 14:25:44 -07:00
AuthSamples.sln
README.md
Security.sln
build.sh Add AddOptions to AddAuthorizationCore (#18911) 2020-02-25 21:57:19 +00: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.