Comment by 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.
Any good ressources on how to setup passkey for such a project?
I'm curious too, so I looked it up.
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.
cool! Where can I learn about how to make a passkey enabled web interface?