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

fix: AuthPluginParent wasn't working when embedded in an iframe #1383

Merged
merged 2 commits into from
Jun 21, 2023

Commits on Jun 21, 2023

  1. fix: AuthPluginParent wasn't working when embedded in an iframe

    - Check for window.opener _or_ window.parent when using AuthPluginParent
    - Reorder plugin priority to use AuthPluginParent first if specified
    - Tested using an example html page that both embeds and pops open a new tab
    mofojed committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1cb0f3d View commit details
    Browse the repository at this point in the history
  2. Refactor MessageUtils unit tests to share code

    - Now it doesn't duplicate the same code
    mofojed committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7d41761 View commit details
    Browse the repository at this point in the history