package guardian

  1. Overview
  2. Docs
Role-based access control for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.4.tar.gz
md5=45ecb4358a2405a3b4cc263f25ad995c
sha512=d070bd79c14123f720bd0c14291ee520bda3bfac5d6ceb58ceb85185c9be4cebbc5c99894ce29b62bf9e2ed4291ae094506d4d176c12945e99ed9d0283f55db8

doc/guardian.backend/Guardian_backend/Sqlite/Make/Guardian/Make_persistence/argument-1-Backend/index.html

Parameter Make_persistence.Backend

type actor_role_set = ActorRoleSet.t
type actor_spec = Authorizer.Actor.spec
type auth_rule = Authorizer.auth_rule
type role = A.t
type target_role_set = TargetRoleSet.t
type target_spec = Authorizer.Target.spec
type !'a authorizable = 'a Authorizable.t
type !'b authorizable_target = 'b AuthorizableTarget.t
type ('rv, 'err) monad = ('rv, 'err) Lwt_result.t
module Actor : sig ... end
module Target : sig ... end
val find_migrations : unit -> (string * string * string) list
val find_clean : unit -> (string * string) list
val migrate : ?ctx:(string * string) list -> unit -> unit Lwt.t
val clean : ?ctx:(string * string) list -> unit -> unit Lwt.t
OCaml

Innovation. Community. Security.