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
The Storage Access API and its document.requestStorageAccess() is intended for authenticated embeds. We should consider a requirement to have IsLoggedIn be set to be able to be granted storage access as a third-party.
The text was updated successfully, but these errors were encountered:
Also, how do you envision this working in practice? Assuming I can tell that the user is not logged in and then they click a "Sign In" button, I would be able to set isLoggedIn before I call document.requestStorageAccess()? How does that relate to document.requestStorageAccess() requiring a user gesture?
The Storage Access API and its
document.requestStorageAccess()
is intended for authenticated embeds. We should consider a requirement to have IsLoggedIn be set to be able to be granted storage access as a third-party.The text was updated successfully, but these errors were encountered: