initial move to loopback server
This commit is contained in:
4
server/boot/authentication.js
Normal file
4
server/boot/authentication.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = function enableAuthentication(server) {
|
||||
// enable authentication
|
||||
server.enableAuth();
|
||||
};
|
Reference in New Issue
Block a user