Merge pull request #1079 from creslinux/apiAuthPass

add Password option to API login, GDAX as example requires.
This commit is contained in:
Samuel Husso 2018-07-28 13:53:39 +03:00 committed by GitHub
commit 6ab8fa8c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,8 @@ CONF_SCHEMA = {
'name': {'type': 'string'},
'key': {'type': 'string'},
'secret': {'type': 'string'},
'password': {'type': 'string'},
'uid': {'type': 'string'},
'pair_whitelist': {
'type': 'array',
'items': {