{
"auth_url": "https://github.com/login/oauth/authorize",
"client_id": "your_client_id",
"client_secret": "your_client_secret",
"enabled": true,
"extra_config": {},
"provider": "QQ",
"redirect_url": "https://example.com/auth/callback",
"scopes": [
"user:email"
],
"sort_order": 0,
"token_url": "https://github.com/login/oauth/access_token",
"user_info_url": "https://api.github.com/user"
}