dwyl/hapi-auth-google

View on GitHub
lib/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function googleauth has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.register = function googleauth (server, options, next) {
  OPTIONS = options;
  OPTIONS.config = OPTIONS.config || {};
  OPTIONS.config.auth = false;
  
Severity: Minor
Found in lib/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status