MitocGroup/deep-framework

View on GitHub
src/deep-security/lib/Security.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  login(providerName, identityMetadata, callback) {
    let TokenImplementation = LocalToken;
    let IdentityProviderImplementation = LocalIdentityProvider;

    if (!this._localBackend) {
Severity: Minor
Found in src/deep-security/lib/Security.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status