Class: Mumukit::Login::Provider::Developer

Inherits:
Base
  • Object
show all
Defined in:
lib/mumukit/login/provider/developer.rb

Instance Method Summary collapse

Methods inherited from Base

#auth_path, #button_html, #callback_path, #footer_html, #header_html, #login_path, #logout_redirection_path, #name, #request_authentication!

Instance Method Details

#configure_omniauth!(omniauth) ⇒ Object



2
3
4
# File 'lib/mumukit/login/provider/developer.rb', line 2

def configure_omniauth!(omniauth)
  omniauth.provider :developer
end

#configure_rails_forgery_protection!Object



6
7
# File 'lib/mumukit/login/provider/developer.rb', line 6

def configure_rails_forgery_protection!(*)
end