radar/twist-v2

View on GitHub
backend/lib/twist/web/controllers/oauth/callback.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method handle has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          def handle(req, res)
            # TODO!
            # raise "states do not match" if session[:state] != params[:state]
            res.format = :json

Severity: Minor
Found in backend/lib/twist/web/controllers/oauth/callback.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status