zephinzer/authasher

View on GitHub
index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function validate has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    validate: function(challengeKey, storedKeyWrapper, _options) {
        var options = utility.generateDefaultOptions(_options || {});
        options.timeValidity = options.timeValidity;

        var passwordSections, lengthSegments, saltLength, hashLength, dateLength, hashSegments, saltAndSaltedHash,
Severity: Minor
Found in index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status