This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/static/fixtures/clients.json
2015-08-18 11:26:57 -07:00

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"]
}
]