You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure I fully understand your scenario, but the general solution when partitioned cookies/storage are not an option is to use unpartitioned storage, e.g. unpartitioned cookies. Your React app can use the Storage Access API to request access to that data.
@av1934413 There are two issues here.
First, the StorageAccessAPI will trigger a dialog for the user, which in my case would occur for every new domain's PDF. This isn't an ideal solution since we can't show a popup for every PDF.
Secondly, this method can only be triggered through an actual user click.
I'm not sure I fully understand your scenario, but the general solution when partitioned cookies/storage are not an option is to use unpartitioned storage, e.g. unpartitioned cookies. Your React app can use the Storage Access API to request access to that data.
Originally posted by @cfredric in #409 (comment)
The text was updated successfully, but these errors were encountered: