forked from mystiq/dex
13 lines
235 B
JSON
13 lines
235 B
JSON
|
[
|
||
|
{
|
||
|
"id": "XXX",
|
||
|
"secret": "secrete",
|
||
|
"redirectURLs": ["http://127.0.0.1:5555/callback"]
|
||
|
},
|
||
|
{
|
||
|
"id": "core-update",
|
||
|
"secret": "secrete",
|
||
|
"redirectURLs": ["http://127.0.0.1:8000/admin/v1/oauth/login"]
|
||
|
}
|
||
|
]
|