Committing updates.

This commit is contained in:
Преподобный Ален
2021-10-01 20:35:20 +03:00
parent f4f4d104cf
commit 8a20f01b73
7 changed files with 122 additions and 237 deletions

10
conf/oauth2/service.json Normal file
View File

@@ -0,0 +1,10 @@
{
"type": "service_account",
"issuers": ["accounts.bitdeals.org"],
"scopes": ["bitdeals"],
"client_id": "dm-bitdeals.org",
"client_secret": "TypQHP4TK44khO3cvOyuHYg3",
"algorithm": "HS256",
"auth_uri": "/oauth2/authorize",
"token_uri": "/oauth2/token"
}