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

Auth with blocked third party cookies in Safari/Firefox/Status #73

Open
Feinminen opened this issue Sep 30, 2020 · 2 comments
Open

Auth with blocked third party cookies in Safari/Firefox/Status #73

Feinminen opened this issue Sep 30, 2020 · 2 comments

Comments

@Feinminen
Copy link

Expected behavior:

Open popup when logging in with blocked third party cookies;
(screenshot made in Chrome)
image

Actual behavior:

There is an endless cycle of attempts to log in and the popup isn't open

Exemplary current connect implementation

  async connect() {
    const PortisLibrary = await import('@portis/web3');
    const Portis = PortisLibrary.default;
    const portis = new Portis(apiKey, network);
    const provider = portis.provider;

    await provider.enable();
  }

Steps to reproduce the behavior:

  1. Open Safari/Firefox/Status
  2. Block third-party cookies
  3. Try to connect to the wallet
@ardunster
Copy link

I just encountered this issue as a user trying to log in with Portis and had to enable third party cookies in Safari to log in.

@musetraine
Copy link

any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants