guardian.backend
Make.Repo
guardian
module Model : sig ... end
module ActorRole : sig ... end
module Actor : sig ... end
module Target : sig ... end
module RolePermission : sig ... end
module ActorPermission : sig ... end
module RoleAssignment : sig ... end
val validate : ?ctx:??? -> ?any_id:??? -> ?target_uuid:??? -> ?model:??? -> Guardian__.Permission.t -> actor -> bool Lwt.t
val clear_cache : unit -> unit