Module: Devise

Defined in:
lib/devise/oauth_token_authenticatable/strategies/oauth_token_authenticatable_strategy.rb,
lib/devise_oauth_token_authenticatable.rb,
lib/devise/oauth_token_authenticatable/version.rb,
lib/devise/oauth_token_authenticatable/models/oauth_token_authenticatable.rb

Overview

TODO: Specify a failure app that’s custom for this strategy. If the strategy was valid (because it had an access token in the header or params) but it failed, then the responses should be in the 4XX range, not 3XX redirects

Defined Under Namespace

Modules: Models, OauthTokenAuthenticatable, Strategies

Constant Summary collapse

@@oauth_token_validation_url =
nil
@@oauth_client_id =
nil
@@oauth_client_secret =
nil
@@oauth_client_options =
{}