From 99bd4400cb69e4bd7b3ced12de041d65322a2aa0 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 13 Dec 2018 09:40:00 -0800 Subject: [PATCH] Update README.md --- src/Security/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Security/README.md b/src/Security/README.md index e8e64c293676..d0f410fefc39 100644 --- a/src/Security/README.md +++ b/src/Security/README.md @@ -1,10 +1,6 @@ -ASP.NET Security +Security ======== -AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/fujhh8n956v5ohfd/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Security/branch/dev) - -Travis: [![Travis](https://travis-ci.org/aspnet/Security.svg?branch=dev)](https://travis-ci.org/aspnet/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](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/community). @@ -12,6 +8,3 @@ A list of community projects related to authentication and security for ASP.NET ### Notes ASP.NET Security will not include Basic Authentication middleware due to its potential insecurity and performance problems. If you host under IIS you can enable it via IIS configuration. - - -This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.