datacite/bracco

View on GitHub
app/authenticators/globus.js

Summary

Maintainability
A
1 hr
Test Coverage

Function authenticate has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  authenticate(jwt) {
    return new Promise((resolve, reject) => {
      const serverTokenEndpoint = this.serverTokenEndpoint;

      fetch(serverTokenEndpoint, {
Severity: Minor
Found in app/authenticators/globus.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status