mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-28 06:57:22 +08:00
oauth providers
This commit is contained in:
@@ -43,6 +43,7 @@ return [
|
||||
'oauth_auth_code' => '授權碼',
|
||||
'oauth_refresh_token' => '刷新令牌',
|
||||
'token' => '訪問令牌',
|
||||
'oauth_provider' => '身份驗證',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -11,4 +11,11 @@ return [
|
||||
'btn_approve' => '授權',
|
||||
'btn_deny' => '取消',
|
||||
'skips_authorization' => '跳過授權',
|
||||
'client_id' => '客戶端 ID',
|
||||
'authorization_endpoint_url' => '授權地址',
|
||||
'token_endpoint_url' => '獲取 token 地址',
|
||||
'user_info_endpoint_url' => '獲取用戶信息地址',
|
||||
'id_claim' => 'ID 字段名',
|
||||
'username_claim' => '用戶名字段名',
|
||||
'email_claim' => '郵箱字段名',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user