mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
mangement add oauth
This commit is contained in:
@@ -38,6 +38,10 @@ return [
|
||||
'bonus_log' => '魔力記錄',
|
||||
'torrent_buy_log' => '種子購買',
|
||||
'attendance_log' => '簽到記錄',
|
||||
'oauth_client' => '客戶端',
|
||||
'oauth_access_token' => '訪問令牌',
|
||||
'oauth_auth_code' => '授權碼',
|
||||
'oauth_refresh_token' => '刷新令牌',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
return [
|
||||
'client' => '客戶端',
|
||||
'redirect' => '回調地址',
|
||||
'secret' => '密鑰',
|
||||
'revoked' => '有效',
|
||||
'access_token' => '訪問令牌',
|
||||
'refresh_token' => '刷新令牌',
|
||||
];
|
||||
Reference in New Issue
Block a user