Files
apostol-dm/conf/oauth2/default.json
Преподобный Ален 63740a62f2 Reworked.
2022-05-25 11:58:40 +03:00

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