60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
[
|
|
{
|
|
"pk": 1,
|
|
"model": "third_party_auth.oauth2providerconfig",
|
|
"fields": {
|
|
"enabled": true,
|
|
"change_date": "2001-02-03T04:05:06Z",
|
|
"changed_by": null,
|
|
"name": "Google",
|
|
"icon_class": "fa-google-plus",
|
|
"icon_image": null,
|
|
"backend_name": "google-oauth2",
|
|
"provider_slug": "google-oauth2",
|
|
"key": "test",
|
|
"secret": "test",
|
|
"site": 2,
|
|
"other_settings": "{}",
|
|
"visible": true
|
|
}
|
|
},
|
|
{
|
|
"pk": 2,
|
|
"model": "third_party_auth.oauth2providerconfig",
|
|
"fields": {
|
|
"enabled": true,
|
|
"change_date": "2001-02-03T04:05:06Z",
|
|
"changed_by": null,
|
|
"name": "Facebook",
|
|
"icon_class": "fa-facebook",
|
|
"icon_image": null,
|
|
"backend_name": "facebook",
|
|
"provider_slug": "facebook",
|
|
"key": "test",
|
|
"secret": "test",
|
|
"site": 2,
|
|
"other_settings": "{}",
|
|
"visible": true
|
|
}
|
|
},
|
|
{
|
|
"pk": 3,
|
|
"model": "third_party_auth.oauth2providerconfig",
|
|
"fields": {
|
|
"enabled": true,
|
|
"change_date": "2001-02-03T04:05:06Z",
|
|
"changed_by": null,
|
|
"name": "Dummy",
|
|
"icon_class": "",
|
|
"icon_image": "test-icon.png",
|
|
"backend_name": "dummy",
|
|
"provider_slug": "dummy",
|
|
"key": "",
|
|
"secret": "",
|
|
"site": 2,
|
|
"other_settings": "{}",
|
|
"visible": true
|
|
}
|
|
}
|
|
]
|