[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
John Luo 98496d7d6b Update __get_remote_file logic 2017-08-02 12:44:48 -07:00
build Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:34:50 -07:00
samples Removed DotNetCliToolReference from the samples to fix build break 2017-07-14 06:30:30 -07:00
shared/Microsoft.AspNetCore.ChunkingCookieManager.Sources Add SameSitePolicy to CookiePolicyMiddleware 2017-05-23 09:55:11 -07:00
src Corrected typos in XML Docs in MessageReceivedContext for events in JwtBearer and OpenIdConnect middlesware. (#1336) 2017-07-24 08:49:49 -07:00
test AuthZ PolicyEvalutor should take resource 2017-07-21 11:04:01 -07:00
.gitattributes Build with dotnet 2016-01-15 20:54:35 -08:00
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:34:50 -07:00
.travis.yml Enable Travis and AppVeyor for rel branches (#1324) 2017-07-14 16:34:20 -07:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:43 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:07:57 -07:00
NuGet.config Branching for 2.0.0 rtm 2017-07-10 11:46:06 -07:00
NuGetPackageVerifier.json Remove makefile.shade and sources.csproj 2017-02-10 12:30:06 -08:00
README.md Add auth link 2017-05-11 16:32:19 -07:00
Security.sln Add CookieBuilder to CookieAuthenticationOptions and obsolete the duplicated properties 2017-07-05 10:05:10 -07:00
appveyor.yml Merge pull request #1325 from aspnet/rel/2.0.0 2017-07-14 16:37:09 -07:00
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:34:50 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:34:50 -07:00
build.sh Update __get_remote_file logic 2017-08-02 12:44:48 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:34:50 -07:00

README.md

ASP.NET Security

AppVeyor: AppVeyor

Travis: Travis

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.

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 repo.