Skip to content
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

Merged
merged 58 commits into from
Jun 20, 2023
Merged

Feature/ Pywry login #5115

merged 58 commits into from
Jun 20, 2023

Conversation

tehcoderer
Copy link
Contributor

@tehcoderer tehcoderer commented Jun 7, 2023

Abilities In Pywry window:

  • login ( at boot, from account menu )
  • logout ( from account menu )
  • register ( at boot, from 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 prod

Knowns

Possibility of chargebee recaptcha popup window fixed
google oauth needs to be updated from google dev console to authorize openbb domains cough cough @DidierRLopes

endpoint = {True: "login", False: "logout"}[login]

outgoing = dict(
json_data=dict(url=f"https://my.openbb.dev/{endpoint}?pywry=true"),
Copy link
Collaborator

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

Copy link
Contributor Author

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here I believe

@jmaslek jmaslek added this pull request to the merge queue Jun 20, 2023
Merged via the queue into develop with commit 8a70c62 Jun 20, 2023
@piiq piiq deleted the feature/pywry-login branch July 12, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat L Large T-Shirt size Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants