-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ Pywry login #5115
Feature/ Pywry login #5115
Conversation
endpoint = {True: "login", False: "logout"}[login] | ||
|
||
outgoing = dict( | ||
json_data=dict(url=f"https://my.openbb.dev/{endpoint}?pywry=true"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs to be changed to .co for production
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes but first the frontend changes need to be pushed to "MY".openbb.co
@@ -1,4 +1,4 @@ | |||
BASE_URL = "https://payments.openbb.co/" | |||
BASE_URL = "https://payments.openbb.dev/" # TODO: Change this back to the .co domain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here I believe
…ce/OpenBBTerminal into feature/pywry-login
…ce/OpenBBTerminal into feature/pywry-login
Abilities In Pywry window:
account
menu )account
menu )account
menu )Test login using .dev account.
TODO
revert BASE_URL to "https://payments.openbb.co/" when changes pushed to prod
update oauth when pushed to prodKnowns
Possibility of chargebee recaptcha popup windowfixedgoogle oauth needs to be updated from google dev console to authorize openbb domains cough cough @DidierRLopes