mjackson/mach

View on GitHub
modules/middleware/session.js

Summary

Maintainability
A
1 hr
Test Coverage

Function session has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function session(app, options) {
  options = options || {};

  if (typeof options === 'string')
    options = { secret: options };
Severity: Minor
Found in modules/middleware/session.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status