stellar/stellar-wallet

View on GitHub
lib/util/signed-json.js

Summary

Maintainability
A
1 hr
Test Coverage

Function middleware has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

signedJson.middleware = function(req, res, next) {
  var authHeader = req.headers.authorization;

  signedJson.parseAuthorizationHeader(authHeader)
    .bind({})
Severity: Minor
Found in lib/util/signed-json.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status