Module: Yes::Core::Authorization::CerbosClientProvider

Included in:
CommandCerbosAuthorizer, ReadRequestCerbosAuthorizer
Defined in:
lib/yes/core/authorization/cerbos_client_provider.rb

Overview

Provides a shared Cerbos client instance for authorizer classes.

Examples:

Including in a class with class-level methods

class MyAuthorizer
  class << self
    include Yes::Core::Authorization::CerbosClientProvider
  end
end