franciscogouveia / hapi-rbac

RBAC (Rule Based Access Control) for hapijs
ISC License
105 stars 20 forks source link

Create own data retrievers #24

Closed franciscogouveia closed 8 years ago

franciscogouveia commented 8 years ago

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.