1 2 3 4
module.exports = function enableAuthentication(server) { // enable authentication server.enableAuth(); };