With rbac-core v2.0.0 it is now possible to register your own asynchronous and synchronous data retrievers. With this feature you will be able to match information from a database, another Webservice, etc. depending on your implementation.
A public interface to the register from the instance of DataRetrieverRouter is not yet available in hapi-rbac.
With
rbac-core
v2.0.0 it is now possible to register your own asynchronous and synchronous data retrievers. With this feature you will be able to match information from a database, another Webservice, etc. depending on your implementation.A public interface to the
register
from the instance ofDataRetrieverRouter
is not yet available inhapi-rbac
.