Permit.Rules (permit v0.0.1)

Provides functions used for defining the application's permission set.

Link to this section Summary

Link to this section Functions

Link to this function

all(authorization, resource, conditions \\ true)

Link to this function

create(authorization, resource, conditions \\ true)

Link to this function

delete(authorization, resource, conditions \\ true)

@spec grant(any()) :: Permit.t()
Link to this function

read(authorization, resource, conditions \\ true)

Link to this function

update(authorization, resource, conditions \\ true)