Class: Mumukit::Login::Provider::Developer
- Inherits:
-
Base
- Object
- Base
- Mumukit::Login::Provider::Developer
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
2
3
4
|
# File 'lib/mumukit/login/provider/developer.rb', line 2
def configure_omniauth!(omniauth)
omniauth.provider :developer
end
|
6
7
|
# File 'lib/mumukit/login/provider/developer.rb', line 6
def configure_rails_forgery_protection!(*)
end
|