TimothyJones/github-openid-wrapper

View on GitHub
src/connectors/controllers.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  token: (code, state, host) => {
    if (code) {
      openid
        .getTokens(code, state, host)
        .then((tokens) => {
Severity: Minor
Found in src/connectors/controllers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status