(no title)
gnur
|
2 years ago
GDO: Garage door Opener, a passkey enabled web interface to trigger opening my garage door. It's basically just a 2 button website, 1 button opens and closes the door with a delay, the other just opens/closes the door.
It uses a passkey auth proxy which allows me to toggle user access.
fouronnes3|2 years ago
netsharc|2 years ago
https://developer.mozilla.org/en-US/docs/Web/API/Web_Authent...
My guess is it's some JavaScript on the website, it would trigger the browser to ask the OS to prompt the user to provide their credentials.
wferrell|2 years ago