aspnetcore/src/Security
Nate McMaster 85e2147ff0
Merge branch 'release/2.2'
2018-12-07 11:11:44 -08:00
..
benchmarks/Microsoft.AspNetCore.Security.Performance Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
build Merge branch 'release/2.2' 2018-12-07 11:11:44 -08:00
samples Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
shared/Microsoft.AspNetCore.ChunkingCookieManager.Sources Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
src Remove Microsoft.Owin.Security.Interop and Microsoft.AspNet.Identity.AspNetCoreCompat (#4479) 2018-12-07 09:59:36 -08:00
test Remove Microsoft.Owin.Security.Interop and Microsoft.AspNet.Identity.AspNetCoreCompat (#4479) 2018-12-07 09:59:36 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
Directory.Build.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00
Security.sln Remove Microsoft.Owin.Security.Interop and Microsoft.AspNet.Identity.AspNetCoreCompat (#4479) 2018-12-07 09:59:36 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-26 12:19:01 -08:00

README.md

ASP.NET Security [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

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