aspnetcore/src/Security
Ryan Brandenburg ca8ce2e58d Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in 93926543f8
2018-11-21 16:13:09 -08:00
..
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
samples Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
shared/Microsoft.AspNetCore.ChunkingCookieManager.Sources Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
Directory.Build.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
Security.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 16:13:09 -08: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.