Showing 1 of 1 total issue
Function googleauth
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
exports.register = function googleauth (server, options, next) {
OPTIONS = options;
OPTIONS.config = OPTIONS.config || {};
OPTIONS.config.auth = false;