aspnetcore/src/Security
Nate McMaster 569a14ecb8
Merge branch 'release/2.1' into release/2.2
2018-12-06 17:09:03 -08:00
..
build Merge branch 'release/2.1' into release/2.2 2018-12-06 17:09:03 -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 Merge remote-tracking branch 'Security/rybrande/release22ToSrc' into rybrande/Mondo2.2 2018-11-21 16:36:06 -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.