app/features-json/api_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method jwt has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def jwt
        authorization = request.env["HTTP_AUTHORIZATION"]
        bearer_token = authorization && authorization.slice(7..-1) # strip off the `Bearer `

        # give the option to pass the bearer token as a query param.
Severity: Minor
Found in app/features-json/api_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status