21 lines
511 B
JSON
21 lines
511 B
JSON
{
|
|
"module": {
|
|
"issuers": ["accounts.bitdeals.org"],
|
|
"scopes": ["bitdeals"],
|
|
"client_id": "dm-bitdeals.org",
|
|
"client_secret": "",
|
|
"algorithm": "HS256",
|
|
"auth_uri": "/oauth2/authorize",
|
|
"token_uri": "/oauth2/token",
|
|
"redirect_uris": [
|
|
"http://localhost:4977/oauth2/code",
|
|
"http://localhost:4999/dashboard/",
|
|
"https://oauthdebugger.com/debug"
|
|
],
|
|
"javascript_origins": [
|
|
"http://localhost:4999",
|
|
"http://95.217.251.153:4999"
|
|
]
|
|
}
|
|
}
|