authentication.js 110 Bytes Edit Raw Blame History Permalink 1 2 3 4 module.exports = function enableAuthentication(server) { // enable authentication server.enableAuth(); };