-
Notifications
You must be signed in to change notification settings - Fork 53
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
query() / events and system permission state #124
Comments
|
It also makes sense to fix the spec and/or add examples to clarify all of this. I'll get around to that eventually based on just the questions here, but would love pull requests or pointers to particular places in the spec that need improvements. |
@jyasskin, thanks for the detailed feedback! It seems issue #52 could be a blocking factor if not resolved.
@jan-ivar is correct about the Edge http model. The https model is still evolving, so a work-in-progress. |
For case 1, in the "per-realm" model, if https://example.com/ is granted access to device
If the UA doesn't know that the physical device will get a new deviceId, you probably have to leave the device as In "ephemeral" mode, you'd revoke as soon as all active streams stop, which I assume happens automatically when the device is disconnected. |
Here are some questions on the query() method - some might just be implementation issues, while others might need further consideration in the spec. @jyasskin, it'd be nice to know your takes on them.
BTW, is there any security concern for apps to silently detect a granted permission - especially any per-use or short-term permissions? Meanwhile, it'd be quite awkward if query() triggers a permission UI to allow the page to query. I expect the security experts here must have given thoughts on this one already, wonder if anyone could point me to discussions in the mailing list or github.
The text was updated successfully, but these errors were encountered: