initial move to loopback server

This commit is contained in:
Berkeley Martinez
2015-06-02 17:27:02 -07:00
parent 57893cf714
commit 956a2b915e
9 changed files with 153 additions and 25 deletions

View File

@ -0,0 +1,4 @@
module.exports = function enableAuthentication(server) {
// enable authentication
server.enableAuth();
};