streetmix/streetmix

View on GitHub
app/controllers/auth0_sign_in_callback.js

Summary

Maintainability
A
0 mins
Test Coverage

Function AccessTokenHandler has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

const AccessTokenHandler = function (req, res) {
  return async (response) => {
    const body = response.data

    if (body.error && body.error === 'access_denied') {
Severity: Minor
Found in app/controllers/auth0_sign_in_callback.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status