Skip to content

geeklearningio/Bouncer

Repository files navigation

NuGet Version Build Status

Geek Learning Advanced Authorization Library

This library provides all you need to setup a fine grained authorization model. It plugs right into ASP.NET Core authorization model so can start quickly and feel at home.

Features

  • Hierachical scope based rights provisionning
  • Item level security
  • Default AuthorizationHandler and IAuthorizationRequirement to plug ASP.NET Core Authorize attributes
  • ...

Supported right repositories

The library currently supports:

  • SQL Server with EF Core

We consider providing an extensibility point to enable support of additional rights repositories

Getting Started

Please head on to the to the wiki.