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
@@ -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' => '邮箱字段名',
];