aspnetcore/src/Security
Ajay Bhargav Baaskaran 7a26d27e8b Merge branch 'release/2.2' 2019-02-14 16:08:51 -08:00
..
Authentication Add targets to generate the list of shared framework assemblies from project property (#7510) 2019-02-12 23:00:19 -08:00
Authorization Introduce dynamic endpoints and fix #7011 (#7445) 2019-02-13 18:52:07 -08:00
CookiePolicy Add targets to generate the list of shared framework assemblies from project property (#7510) 2019-02-12 23:00:19 -08:00
benchmarks/Microsoft.AspNetCore.Security.Performance Automatically set 'PrivateAssets=All' for .Sources references (#7539) 2019-02-13 14:31:15 -08:00
samples Bootstrap 3.4.0 (#7201) 2019-02-05 14:31:15 -08:00
test/AuthSamples.FunctionalTests Run helix tests on master (#6728) 2019-02-07 09:20:08 -08:00
AuthSamples.sln Merge branch 'release/2.1' into release/2.2 2019-02-13 14:52:38 -08:00
README.md
Security.sln
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.