Meerkat.Security
2.2.0
See the version list below for details.
dotnet add package Meerkat.Security --version 2.2.0
NuGet\Install-Package Meerkat.Security -Version 2.2.0
<PackageReference Include="Meerkat.Security" Version="2.2.0" />
paket add Meerkat.Security --version 2.2.0
#r "nuget: Meerkat.Security, 2.2.0"
// Install Meerkat.Security as a Cake Addin #addin nuget:?package=Meerkat.Security&version=2.2.0 // Install Meerkat.Security as a Cake Tool #tool nuget:?package=Meerkat.Security&version=2.2.0
An activity based security framework
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.Caching (>= 1.0.4 && < 2.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Meerkat.Security:
Package | Downloads |
---|---|
Meerkat.Security.Mvc
An activity based security framework for ASP.NET MVC |
|
Meerkat.Security.WebApi
An activity based security framework for ASP.NET WebApi |
|
Meerkat.Security.AspNetCore
An activity based security framework for ASP.NET Core |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 802 | 1/3/2021 |
3.1.3 | 7,626 | 4/29/2019 |
3.1.2 | 683 | 3/10/2019 |
3.1.1 | 1,255 | 9/3/2018 |
3.1.0 | 876 | 8/31/2018 |
3.0.0 | 1,320 | 4/15/2018 |
2.2.3 | 1,462 | 7/3/2017 |
2.2.2 | 1,113 | 5/22/2017 |
2.2.1 | 2,485 | 2/4/2017 |
2.2.0 | 1,662 | 9/22/2016 |
2.1.0 | 2,480 | 9/20/2016 |
2.0.0 | 1,137 | 6/6/2016 |
1.1.0 | 2,213 | 5/24/2016 |
1.0.2 | 1,079 | 5/23/2016 |
1.0.1 | 1,454 | 5/23/2016 |
1.0.0 | 1,774 | 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