GET
/api/config/oauth
OAuth client IDs
Returns the GitHub and Google OAuth client IDs for frontend login flows.
curl -s "$BASE/api/config/oauth"响应示例
{
"success": true,
"data": {
"github": {
"clientId": "Ov23li..."
},
"google": {
"clientId": "1234...apps.googleusercontent.com"
}
}
}