新增:acge 第三方登录回调地址

This commit is contained in:
2024-03-21 10:11:58 +08:00
parent d78bd895d1
commit e891d52c32
3 changed files with 60 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Rails.application.routes.draw do
# get 'auth/qq/callback', to: 'oauth/qq#create'
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/:provider/callback', to: 'oauth/callbacks#create'
get 'oauth/bind', to: 'oauth/educoder#bind'