aspnetcore/src/Security
Chris Ross 90b42ba099
Update Facebook API to 4.0 #4684 (#14798)
2019-10-17 10:33:09 -07:00
..
Authentication Update Facebook API to 4.0 #4684 (#14798) 2019-10-17 10:33:09 -07:00
Authorization Merge branches 2019-10-14 13:21:58 -07:00
CookiePolicy Merge branches 2019-10-14 13:21:58 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples
test/AuthSamples.FunctionalTests
AuthSamples.sln
README.md
Security.sln Merge branch 'release/3.0' into merge/release/2.2-to-release/3.0 2019-10-09 16:21:25 -07: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.