mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
oauth2 code授权方式登录
This commit is contained in:
@@ -28,6 +28,9 @@ Rails.application.routes.draw do
|
||||
get 'oauth/register', to: 'oauth#register'
|
||||
post 'oauth/auto_register', to: 'oauth#auto_register'
|
||||
|
||||
get 'oauth2', to: 'oauth2#show'
|
||||
post 'oauth2', to: 'oauth2#create'
|
||||
|
||||
resources :edu_settings
|
||||
|
||||
scope '/api' do
|
||||
|
||||
Reference in New Issue
Block a user