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

Browser Callbacks not being handled #54

Closed
real-limitless opened this issue Nov 28, 2019 · 2 comments
Closed

Browser Callbacks not being handled #54

real-limitless opened this issue Nov 28, 2019 · 2 comments
Labels
Duplicate There is an earlier issue or PR concerning the same incident or similar

Comments

@real-limitless
Copy link

Describe the bug
A clear and concise description of what the bug is
The Program does not handle browser Javascripts call backs adequately to handle 3rd party sites authorization.

EXAMPLE CODE that is failing..
if (window.opener) window.opener.postMessage('LOGIN_COMPLETE', '');
else if (window.parent) window.parent.postMessage('LOGIN_COMPLETE', '
');

Flobro opens new authuntication tabs in main chrome browser however after login in successfully the Window.opener.postMessage fails to "PostMessage" to window inside Flobro.

Steps to reproduce
Open Flobro...
Goto Settings, Enter https://foxnews.com as URL
have Flobro open web page.
click Live(in fox news)
Click a 3rd party subscription service (Spectrum, Xfinity... etc)...
After clicking a 3rd party
the site opens two pop ups.
After logging successfully, it fails to update in the main browser windows.

Expected behavior
After successful login to a 3rd party login it should refresh on the main site.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment variables:

  • OS: Windows
  • Version: e.g. 0.2.1
  • Chrome version: Latest

Additional context
Spectrum is the 3rd party service.

@stale
Copy link

stale bot commented Mar 27, 2020

This issue has been automatically marked as stale because it has not had recent activity. It may be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale Not had any recent activity, about to be closed label Mar 27, 2020
@stale stale bot removed the Stale Not had any recent activity, about to be closed label Aug 12, 2020
@cornips
Copy link
Collaborator

cornips commented Aug 12, 2020

Duplicate of #40

@cornips cornips marked this as a duplicate of #40 Aug 12, 2020
@cornips cornips closed this as completed Aug 12, 2020
@cornips cornips added the Duplicate There is an earlier issue or PR concerning the same incident or similar label Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate There is an earlier issue or PR concerning the same incident or similar
Projects
None yet
Development

No branches or pull requests

2 participants