loopback-component-storage/example-2.0/server/boot/authentication.js

5 lines
110 B
JavaScript
Raw Normal View History

2014-09-26 04:23:58 +00:00
module.exports = function enableAuthentication(server) {
// enable authentication
server.enableAuth();
};