oauth providers

This commit is contained in:
xiaomlove
2025-04-24 15:30:07 +07:00
parent 13bc885fd7
commit b3aeaf04b4
18 changed files with 310 additions and 35 deletions
+1
View File
@@ -43,6 +43,7 @@ return [
'oauth_auth_code' => 'Auth codes',
'oauth_refresh_token' => 'Refresh tokens',
'token' => 'Access tokens',
'oauth_provider' => 'Authorization provider',
],
'resources' => [
'agent_allow' => [
+7
View File
@@ -11,4 +11,11 @@ return [
'btn_approve' => 'Authorize',
'btn_deny' => 'Cancel',
'skips_authorization' => 'Skips authorization',
'client_id' => 'Client ID',
'authorization_endpoint_url' => 'Authorization URL',
'token_endpoint_url' => 'Get token URL',
'user_info_endpoint_url' => 'Get user info URL',
'id_claim' => 'ID claim',
'username_claim' => 'username claim',
'email_claim' => 'email claim',
];
+1
View File
@@ -41,6 +41,7 @@ return [
'oauth_auth_code' => '授权码',
'oauth_refresh_token' => '刷新令牌',
'token' => '访问令牌',
'oauth_provider' => '身份验证',
],
'resources' => [
'agent_allow' => [
+7
View File
@@ -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' => '邮箱字段名',
];
+1
View File
@@ -43,6 +43,7 @@ return [
'oauth_auth_code' => '授權碼',
'oauth_refresh_token' => '刷新令牌',
'token' => '訪問令牌',
'oauth_provider' => '身份驗證',
],
'resources' => [
'agent_allow' => [
+7
View File
@@ -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' => '郵箱字段名',
];