- Core Auth API now takes list of IAuthorizationRequirements, or policy name. - Overload that takes AuthorizationPolicy instance moved to extension method. - Remove HttpContext from API and replace with ClaimsPrincipal instead - Add Operation requirement - Add Sync overloads - Add ClaimsTransformationOptions (TBD where to use this) Fixes https://github.com/aspnet/Security/issues/132 Fixes https://github.com/aspnet/Security/issues/116 Fixes https://github.com/aspnet/Security/issues/11 Fixes https://github.com/aspnet/Security/issues/117 |
||
|---|---|---|
| samples | ||
| src | ||
| test/Microsoft.AspNet.Security.Test | ||
| .gitattributes | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE.txt | ||
| NuGet.Config | ||
| README.md | ||
| Security.sln | ||
| build.cmd | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||
README.md
ASP.NET Security
ASP.NET Security contains the security and authorization middlewares for ASP.NET vNext.
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.