Blame view

server/boot/authentication.js 110 Bytes
cf8b0fb9   Nung Poti   template master
1
2
3
4
module.exports = function enableAuthentication(server) {
  // enable authentication
  server.enableAuth();
};