Sha256: 550cd857f01345684182dcf13971553ac6cda79cc30eed8a256abf90761e2bf9
Contents?: true
Size: 639 Bytes
Versions: 13
Compression:
Stored size: 639 Bytes
Contents
class 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
13 entries across 13 versions & 1 rubygems