Description
Hey All,
I am currently using ExchangeSharp in an environment where multiple users would be performing trades via the library and, because of how the library stores keys within the exchange instance, I will need to alter how it retrieves/uses keys for a request. Otherwise I anticipate that there is a risk of user's keys getting mixed up when requests are made, which is obviously less than ideal!
I intended to make these changes in a separate repo, but then it crossed my mind that it might be a nice contribution towards the project that would make using it more flexible. So just wanted to ask whether there was any desire to have this sort of functionality? Or is the intent to only ever have it work for a single user via the console app?
Plumbly