Add auth link

This commit is contained in:
Eilon Lipton 2017-05-11 16:32:19 -07:00 committed by GitHub
parent 36605636df
commit 785c1251dd
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ Travis: [![Travis](https://travis-ci.org/aspnet/Security.svg?branch=dev)](http
Contains the security and authorization middlewares for ASP.NET Core. 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).
### Notes ### 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. 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.