package sihl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Sihl_authzSource

Authorization deals with the question whether a user is allowed to do something. Use this module to separate the definition of who is allowed to do what from checking it.

Sourcetype guard = bool * string
Sourceval authorize : guard -> (unit, string) Result.t
Sourceval any : guard list -> string -> (unit, string) Result.t
OCaml

Innovation. Community. Security.