strongloop / loopback-example-access-control

An example demonstrating LoopBack access control mechanisms.
Other
370 stars 168 forks source link

role-resolver.js #58

Closed kentyap closed 9 years ago

kentyap commented 9 years ago

Hi

Will like to know how does this role.resolver.js get called when accessing from Show balance for project 1? As I am looking to add more control on this role.

Regards

gausie commented 9 years ago

It is called by loopback-boot's boot() function in server.js

crandmck commented 9 years ago

Assuming this question has been answered, I'll close this.