-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LEAN CLI
CharlesSchwab
Brokerage support (#517)
* feat: CharlesSchwab in Readme * remove: obsolete TDAmeritrade * feat: add project_id to authorize in auth0_client * feat: use default project id like 0 if configuration is none * Revert "feat: use default project id like 0 if configuration is none" This reverts commit ebaa82b. * Revert "feat: add project_id to authorize in auth0_client" This reverts commit cf0d691. * feat: add project_id to authorize in auth0_client * refactor: set project_id in config_manager * remove: not used imports * refactor: use negative local id if cloud id is not provided * rename: get project id method refactor: return auth url with any project_id * refactor: get project id refactor: Readme * refactor: Readme * feat: set project id always in default configs * feat: validate config value on empty * refactor: description of project-id in Readme * feat: new 'require_project_id' property in AuthConfiguration feat: prompt user to write project id if it required feat: use project_id always -1 refactor: remove extra project-id from CharlesSchwab parameters in Readme * refactor: carry out prompt import into get_project_id * refactor: remove extra project id from Readme * refactor: use int type implicitly * fix: underscore in "require-project-id" param
- Loading branch information
Showing
7 changed files
with
78 additions
and
24 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
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