Hero 0.6.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Hero --version 0.6.8
NuGet\Install-Package Hero -Version 0.6.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hero" Version="0.6.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hero --version 0.6.8
#r "nuget: Hero, 0.6.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Hero as a Cake Addin
#addin nuget:?package=Hero&version=0.6.8

// Install Hero as a Cake Tool
#tool nuget:?package=Hero&version=0.6.8

Ability based authorization

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Hero:

Package Downloads
Hero.Frontend

Ability based authorization

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.11 2,032 10/3/2013
0.7.10 1,216 10/3/2013
0.7.9 1,222 10/1/2013
0.7.8 1,215 9/27/2013
0.7.7 1,210 9/27/2013
0.7.6 1,231 9/23/2013
0.7.5 1,156 9/23/2013
0.7.4 1,265 7/24/2013
0.7.3 1,498 7/15/2013
0.7.2 1,529 7/15/2013
0.7.1 1,450 7/14/2013
0.6.17 1,584 7/14/2013
0.6.16 1,426 6/29/2013
0.6.15 1,349 6/28/2013
0.6.14 1,404 6/28/2013
0.6.13 1,397 6/27/2013
0.6.12 1,331 4/24/2013
0.6.11 1,262 4/24/2013
0.6.10 1,257 4/24/2013
0.6.9 1,278 4/24/2013
0.6.8 1,307 4/24/2013

Hero is an ability based authorization for .NET MVC and WepAPI projects inspired by the Rails project CanCan. Ability based authorization provides a more flexible approach to the traditional .NET authorization technique by decoupling the permissions and code.