Update README.md
This commit is contained in:
parent
e053878464
commit
26d27d871b
10
README.md
10
README.md
|
|
@ -1,9 +1,7 @@
|
||||||
ASP.NET Security
|
ASP.NET Security [Archived]
|
||||||
========
|
===========================
|
||||||
|
|
||||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/Security/branch/dev)
|
**This GitHub project has been archived.** Ongoing development on this project can be found in <https://github.com/aspnet/AspNetCore>.
|
||||||
|
|
||||||
Travis: [](https://travis-ci.org/aspnet/Security)
|
|
||||||
|
|
||||||
Contains the security and authorization middlewares for ASP.NET Core.
|
Contains the security and authorization middlewares for ASP.NET Core.
|
||||||
|
|
||||||
|
|
@ -14,4 +12,4 @@ A list of community projects related to authentication and security for ASP.NET
|
||||||
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.
|
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.
|
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [AspNetCore](https://github.com/aspnet/AspNetCore) repo.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue