Sha256: 604def356fb88c0d118df14da51a2405a284fceeb390a92d213fabf19525f143

Contents?: true

Size: 706 Bytes

Versions: 23

Compression:

Stored size: 706 Bytes

Contents

module MnoEnterprise
  class Auth::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
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
mno-enterprise-api-3.1.4 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.0.7 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.9 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.1.3 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.0.6 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.8 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.1.2 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.0.5 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.7 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.6 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.5 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.1.1 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.0.4 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.4 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.1.0 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.0.3 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.3 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.0.2 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-2.0.2 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb
mno-enterprise-api-3.0.1 app/controllers/mno_enterprise/auth/omniauth_callbacks_controller.rb