mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-17 22:07:37 +08:00
oauth providers
This commit is contained in:
@@ -41,6 +41,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