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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- 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 | 575 | 1/3/2021 |
3.1.3 | 7,698 | 4/29/2019 |
3.1.2 | 643 | 3/10/2019 |
3.1.1 | 1,035 | 9/3/2018 |
3.1.0 | 821 | 8/31/2018 |
3.0.0 | 1,075 | 4/15/2018 |
2.2.3 | 1,339 | 7/3/2017 |
2.2.2 | 1,026 | 5/22/2017 |
2.2.1 | 1,240 | 2/4/2017 |
2.2.0 | 1,622 | 9/22/2016 |
2.1.0 | 1,354 | 9/20/2016 |
2.0.0 | 1,049 | 6/6/2016 |
1.1.0 | 1,045 | 5/24/2016 |
1.0.2 | 1,022 | 5/23/2016 |
1.0.1 | 1,007 | 5/23/2016 |
1.0.0 | 1,018 | 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