web-sdk icon indicating copy to clipboard operation
web-sdk copied to clipboard

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

Open Feinminen opened this issue 4 years ago • 2 comments

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

Feinminen avatar Sep 30 '20 10:09 Feinminen

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.

ardunster avatar Jan 31 '21 23:01 ardunster

any idea?

musetraine avatar Apr 06 '22 17:04 musetraine