springhackathon/harmox-user

View on GitHub
app/controllers/bot/bot_omniauth_callbacks_controller.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method callback has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def callback
    request_token = OAuth::RequestToken.new(oauth_consumer, session[:request_token], session[:request_token_secret])

    # OAuthで渡されたtoken, verifierを使って、tokenとtoken_secretを取得
    access_token = nil
Severity: Minor
Found in app/controllers/bot/bot_omniauth_callbacks_controller.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status