# Rails.application.routes.draw do ::LsOmniauth::Engine.routes.draw do get '/:provider/callback', :to => 'omniauth#authenticate' get '/sign_in', :to => 'omniauth#new_authentication', as: :sign_in get '/sign_out', :to => 'omniauth#revoke_authentication', as: :sign_out end