Meerkat.Security.WebApi
2.2.0
See the version list below for details.
dotnet add package Meerkat.Security.WebApi --version 2.2.0
NuGet\Install-Package Meerkat.Security.WebApi -Version 2.2.0
<PackageReference Include="Meerkat.Security.WebApi" Version="2.2.0" />
paket add Meerkat.Security.WebApi --version 2.2.0
#r "nuget: Meerkat.Security.WebApi, 2.2.0"
// Install Meerkat.Security.WebApi as a Cake Addin
#addin nuget:?package=Meerkat.Security.WebApi&version=2.2.0
// Install Meerkat.Security.WebApi as a Cake Tool
#tool nuget:?package=Meerkat.Security.WebApi&version=2.2.0
An activity based security framework for ASP.NET WebApi
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- Common.Logging (>= 3.3.1)
- Meerkat.Security (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 410 | 1/3/2021 |
3.1.3 | 3,627 | 4/29/2019 |
3.1.2 | 499 | 3/10/2019 |
3.1.1 | 889 | 9/3/2018 |
3.1.0 | 668 | 8/31/2018 |
3.0.0 | 922 | 4/15/2018 |
2.2.3 | 1,182 | 7/3/2017 |
2.2.2 | 907 | 5/22/2017 |
2.2.1 | 1,094 | 2/4/2017 |
2.2.0 | 1,468 | 9/22/2016 |
2.1.0 | 1,198 | 9/20/2016 |
2.0.0 | 896 | 6/6/2016 |
1.1.0 | 878 | 5/24/2016 |
1.0.2 | 899 | 5/23/2016 |
1.0.1 | 854 | 5/23/2016 |
1.0.0 | 872 | 5/19/2016 |
Introduce IControllerActivityMapper to allow resource/action names to be mapped from controller/action e.g. Get -> Read
Revised MVC and WebApi ActivityAuthorize attributes, removed extension points InferredResource/Activity should be done via IControllerActivityMapper
Change MVC ActivityAuthorize attributes to allow for unauthenticated to be handled by IActivityAuthorizer
Add NuGet dependency to Meerkat.Caching and updated min dependency versions