Sha256: 93fa8b6c63d953041b13699c64cda07285cc4db195a0cde4649f8fbd6d277b98

Contents?: true

Size: 329 Bytes

Versions: 48

Compression:

Stored size: 329 Bytes

Contents

SsoClyent::Engine.routes.draw do
  root :to => redirect('/')

  # omniauth
  match "auth/:provider/callback", :controller => "UserSessions", :action => "create"
  match "auth/failure", :controller => "UserSessions", :action => "failure"
  # Custom logout
  match "logout", :controller => "UserSessions", :action => "destroy"

end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
sso_clyent-0.1.3 config/routes.rb
sso_clyent-0.1.2 config/routes.rb
sso_clyent-0.1.1 config/routes.rb
sso_clyent-0.1.0 config/routes.rb
sso_clyent-0.0.7.38 config/routes.rb
sso_clyent-0.0.7.37 config/routes.rb
sso_clyent-0.0.7.36 config/routes.rb
sso_clyent-0.0.7.35 config/routes.rb
sso_clyent-0.0.7.34 config/routes.rb
sso_clyent-0.0.7.33 config/routes.rb
sso_clyent-0.0.7.32 config/routes.rb
sso_clyent-0.0.7.31 config/routes.rb
sso_clyent-0.0.7.30 config/routes.rb
sso_clyent-0.0.7.29 config/routes.rb
sso_clyent-0.0.7.28 config/routes.rb
sso_clyent-0.0.7.27 config/routes.rb
sso_clyent-0.0.7.26 config/routes.rb
sso_clyent-0.0.7.25 config/routes.rb
sso_clyent-0.0.7.24 config/routes.rb
sso_clyent-0.0.7.23 config/routes.rb