Committing updates.

This commit is contained in:
Преподобный Ален
2021-09-17 15:04:26 +03:00
parent e758e8d8dc
commit f4f4d104cf
136 changed files with 46883 additions and 79 deletions

19
conf/oauth2/default.json Normal file
View File

@@ -0,0 +1,19 @@
{
"web": {
"issuers": ["accounts.bitdeals.com"],
"scopes": ["api","openid","profile","email"],
"client_id": "web-bitdeals.com",
"client_secret": "",
"algorithm": "HS256",
"auth_uri": "/oauth2/authorize",
"token_uri": "/oauth2/token",
"redirect_uris": [
"http://localhost:8080/oauth2/code",
"http://localhost:8080/oauth2/callback",
"https://bitdeals.com/oauth2/code",
"https://bitdeals.com/oauth2/callback",
"https://oauthdebugger.com/debug",
"https://auth.advancedrestclient.com/oauth-popup.html"
]
}
}