forked from mystiq/dex
12 lines
235 B
JSON
12 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"]
|
|
}
|
|
]
|