'use strict';
module.exports = function enableAuthentication(server) {
// enable authentication
// server.enableAuth();
};