nxus / users

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

Correction to guardHandler() example. #35

Closed davidkellerman closed 7 years ago

davidkellerman commented 7 years ago

The guardHandler() method returns a promise, which can't be passed directly to router.route(). Need to use a .then() clause.