Module: Reeve::Authorization

Defined in:
lib/reeve/authorization.rb,
lib/reeve/authorization/scoper.rb,
lib/reeve/authorization/adapter.rb,
lib/reeve/authorization/current.rb,
lib/reeve/authorization/registry.rb,
lib/reeve/authorization/authorizer.rb,
lib/reeve/authorization/declaration.rb,
lib/reeve/authorization/adapters/plain.rb,
lib/reeve/authorization/adapters/pundit.rb

Overview

Per-record authorization: the registry of guard declarations, the policy adapters, and the scoper that narrows a tool's return value to what the principal may see.

Defined Under Namespace

Modules: Adapter, Adapters, Current Classes: Authorizer, Declaration, Registry, Scoper