Sha256: e7c0685c2adf455a92d511603fa81eb58a8e05b8dea4fd54a6e5ebea78d62388

Contents?: true

Size: 483 Bytes

Versions: 4

Compression:

Stored size: 483 Bytes

Contents

OauthService.setup do |config|
  # The parent controller all OauthService controllers inherits from.
  # config.parent_controller = "ApplicationController"

  # The controller name where auth callback is redirected.
  # Has to extend OauthService::LoginController.
  # Change if default login controller is not LoginController.
  # config.login_controller = "LoginController"

  # The relative route where auth service callback is redirected.
  # config.redirect_uri = "/oauth/"
end

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
oauth_service-0.0.2 lib/generators/templates/oauth_service.rb
oauth_service-0.0.2 test/dummy/config/initializers/oauth_service.rb
oauth_service-0.0.1 lib/generators/templates/oauth_service.rb
oauth_service-0.0.1 test/dummy/config/initializers/oauth_service.rb