feathersjs/feathers-authentication-popups

View on GitHub
express.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (options) {
  var cookieName = typeof options === 'string' ? options : options.name;
  if (!cookieName) {
    throw new Error('You must provide a cookie name {String} or an object with a `name` property to the feathers-authentication-popups middleware.');
  }
Severity: Minor
Found in express.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status