authentication.js 110 Bytes
module.exports = function enableAuthentication(server) {
  // enable authentication
  server.enableAuth();
};