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

Sites should be able to find devices they were granted access to previously #164

Closed
jyasskin opened this issue Sep 13, 2015 · 1 comment
Closed

Comments

@jyasskin
Copy link
Member

If a user pairs a device with an origin through the requestDevice() dialog, then restarts the page, they shouldn't need to re-select the device.

Sketch at https://docs.google.com/document/d/1QLEi4lK4St3tS_EQEKqhTOn5Gi47sN5mUoLCm4tOyr8/edit?usp=sharing.

@jyasskin
Copy link
Member Author

A second sketch, extending the Permissions API, is at https://gist.github.com/beaufortfrancois/951fc384e87a786a6d35.

jyasskin added a commit to jyasskin/web-bluetooth-1 that referenced this issue Mar 18, 2016
jyasskin added a commit to jyasskin/web-bluetooth-1 that referenced this issue Apr 13, 2016
jyasskin added a commit to jyasskin/web-bluetooth-1 that referenced this issue Apr 13, 2016
jyasskin added a commit to jyasskin/web-bluetooth-1 that referenced this issue Apr 14, 2016
This exclusively uses the Permissions API's structures to record whether
a site has permission to use a device. These will get updated better as
the platform changes/refines its permission design.

The Permissions public algorithms don't handle revocation quite right
yet, so this patch calls into some of the private ones.

Fixes WebBluetoothCG#164.
jyasskin added a commit to jyasskin/web-bluetooth-1 that referenced this issue Apr 19, 2016
This exclusively uses the Permissions API's structures to record whether
a site has permission to use a device. These will get updated better as
the platform changes/refines its permission design.

The Permissions public algorithms don't handle revocation quite right
yet, so this patch calls into some of the private ones.

Fixes WebBluetoothCG#164.
jyasskin added a commit that referenced this issue Apr 20, 2016
This exclusively uses the Permissions API's structures to record whether
a site has permission to use a device. These will get updated better as
the platform changes/refines its permission design.

The Permissions public algorithms don't handle revocation quite right
yet, so this patch calls into some of the private ones.

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

No branches or pull requests

1 participant