nxus / users

User management module for Nxus apps.
MIT License
0 stars 0 forks source link

Refactor to separate register/guard methods #34

Closed loppear closed 7 years ago

loppear commented 7 years ago

Resolves #33

The object permissions lookup (objectModel param to register) can now take a function that performs a manual lookup of the object roles - needed for routes where the route parameter is a child/related object to the role lookup assignments.