aspnetcore/src/Security
Javier Calvarro Nelson df771dbf43
[Blazor] Cleans up infrastructure used for tests (#13515)
* Removes unnecessary test projects.
* Add a sample project to quickly test changes.
* Breaks off tests based on multiple startups.
* Unifies assertions across tests.
* Captures all logs on test failures.
2019-09-11 15:15:50 +02:00
..
Authentication React to extensions changes 2019-08-15 17:03:19 -07:00
Authorization [Blazor] Cleans up infrastructure used for tests (#13515) 2019-09-11 15:15:50 +02:00
CookiePolicy Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples ToList over casting tokens in External Auth sample (#10159) 2019-07-12 11:28:55 -07:00
test/AuthSamples.FunctionalTests [Helix] run on arm queues (#11422) 2019-06-30 01:04:53 -07:00
AuthSamples.sln
README.md
Security.sln Consolidate Windows Auth config #10530 (#11421) 2019-06-22 10:39:10 -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.