Open
Description
Background
Introduced in #2217:
Add support for "deep links", where a dialog box (pre-filled) with the device secret will pop up when the accessing SA via the deep link
The add_device
query parameter was introduced into the playground page, such that when it's present, the page will:
- Remove it from the URL
- Automatically go to the remote execution tab
- Automatically open the "Add new device..." dialog
- Automatically pre-fill the secret that was passed in the URL
Problem
Unfortunately, only the first behaviour seems to still work right now. The other 3 are not observed.