Sha256: e380f2ad8f376e31df7224fe68a809758e79d32e97b26a3f5ab033eb7018c713

Contents?: true

Size: 650 Bytes

Versions: 6

Compression:

Stored size: 650 Bytes

Contents

class NippoCore::Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
  # You should configure your model like this:
  # devise :omniauthable, omniauth_providers: [:twitter]

  # You should also create an action method in this controller like this:
  # def twitter
  # end

  # More info at:
  # https://github.com/plataformatec/devise#omniauth

  # GET|POST /resource/auth/twitter
  # def passthru
  #   super
  # end

  # GET|POST /users/auth/twitter/callback
  # def failure
  #   super
  # end

  # protected

  # The path used when OmniAuth fails
  # def after_omniauth_failure_path_for(scope)
  #   super(scope)
  # end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nippo_core-1.0.2 app/controllers/nippo_core/users/omniauth_callbacks_controller.rb
nippo_core-1.0.1 app/controllers/nippo_core/users/omniauth_callbacks_controller.rb
nippo_core-1.0.0 app/controllers/nippo_core/users/omniauth_callbacks_controller.rb
nippo_core-0.3.0 app/controllers/nippo_core/users/omniauth_callbacks_controller.rb
nippo_core-0.2.0 app/controllers/nippo_core/users/omniauth_callbacks_controller.rb
nippo_core-0.1.0 app/controllers/nippo_core/users/omniauth_callbacks_controller.rb