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

Consider IsLoggedIn as requirement for document.requestStorageAccess() #23

Open
johnwilander opened this issue Sep 10, 2020 · 1 comment

Comments

@johnwilander
Copy link
Collaborator

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.

@jameshartig
Copy link

This is related to #19.

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?

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

No branches or pull requests

3 participants