Originally published on strongloop.com
We've refactored the authentication component to be more extensible and easier to use.
Now you can secure your endpoints with both passport-based and LoopBack native
authentication strategies that implement the interface AuthenticationStrategy.
The new design greatly simplifies the effort of application developers and extension developers since they now only need to focus on binding strategies to the application without having to understand/modify the strategy resolver or the action provider.