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',
];