Create an ACL state container backed by @kehto/acl and persisted via the given persistence hooks.
Storage backend for ACL state
Default ACL policy for unknown identities
An AclStateContainer instance
const aclState = createAclState(persistence, 'permissive');aclState.load(); Copy
const aclState = createAclState(persistence, 'permissive');aclState.load();
Create an ACL state container backed by @kehto/acl and persisted via the given persistence hooks.