auth0-extensions/auth0-delegated-administration-extension

View on GitHub
server/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function default has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function (cfg, storageProvider) {
  config.setProvider(cfg);

  const storage = storageProvider
    ? new tools.WebtaskStorageContext(storageProvider, { force: 1 })
Severity: Minor
Found in server/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status