|
|
|
@@ -26,6 +26,7 @@ Rails.application.routes.draw do |
|
|
|
get 'auth/failure', to: 'oauth/base#auth_failure' |
|
|
|
get 'auth/cas/callback', to: 'oauth/cas#create' |
|
|
|
get 'auth/acge/callback', to: "oauth/acge#create" |
|
|
|
get 'auth/acge/refer', to: "oauth/acge#refer" |
|
|
|
get 'auth/:provider/callback', to: 'oauth/callbacks#create' |
|
|
|
|
|
|
|
get 'oauth/bind', to: 'oauth/educoder#bind' |
|
|
|
|