generated from QuantConnect/Lean.Brokerages.Template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: new Authentication process (#23)
* feat: add additional pckges to proj * feat: REST implement of JWT auth * test:fix: ApiTests * feat: implement of JWT for WebSocket connection * refactor: new Auth in ApiClient * test:refactor: CoinbaseBrokerage tests * rename: apiKey and apiSecret to name and privateKey * rename: config name of keys * remove: extra nuget to validate JWT token test:feat: validate JWT token * fix: missed OrderStatus in Order WS response * refactor: use aggregator instance like part of Instance * remove: extra GenerateRestToken in ApiClient * refactor: reuse constant variable to save performance * refactor: RandomHex() * remove: parameter in RandomHex * refactor: ParseKey() in ApiClient * feat: condition to prevent creating string WS response
- Loading branch information
Showing
20 changed files
with
417 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.