Things I learnt about passkeys when building passkeybot
1–10 of 152 posts
Re: Things I learnt about passkeys when building passkeybot
#2My only feedback is about the Quickstart of passkeybot, "feed this example into a good LLM with these instructions". I undeerstand the idea, but I was a bit shocked that the first time I see these sort of instructions is for an auth framework.
Re: Things I learnt about passkeys when building passkeybot
#3start
(1) Copy / paste example_http_server into your LLM of choice (use a paid/good model). (2) Prompt: Implement the HTTP handlers here for my project,..
Um, no? How about you give me real instructions on how to do it? I’m not going to delegate a security-critical task to an LLM. And since I need to review it carefully myself anyway, I might as well write it all by hand, right? Like, the whole premise is I just need to implement a couple of webhooks.
Re: Things I learnt about passkeys when building passkeybot
#4I am in the middle of writing a passkey-driven server dashboard app (native SwiftUI app, with a small server component).
In the future, I would like to use passkeys as much as possible, but they do present a bit more friction to users than Sign in with Apple. When I was initially learning them I wrote this up: https://littlegreenviper.com/series/passkeys/
Re: Things I learnt about passkeys when building passkeybot
#5How to add passkeybot support to your site, according to their official guide: start (1) Copy / paste example_http_server into your LLM of choice (use a paid/good model). (2) Prompt: Implement the HTTP handlers here for my project,.. Um, no? How about you give me real instructions on how to do it? I’m not going to delegate a security-critical task to an LLM. And since I need to review it carefully myself anyway, I mi…
Re: Things I learnt about passkeys when building passkeybot
#6Re: Things I learnt about passkeys when building passkeybot
#7Re: Things I learnt about passkeys when building passkeybot
#8Is that "cannot be extracted" from JS only, or is this an actual device-locked, TPM/SEP-bound key like passkeys?
If it is, it seems kind of like the buried lede to me that there is a browser API that lets any website built its own completely unstandardized quasi-passkey system and lock the key to the current device.
Re: Things I learnt about passkeys when building passkeybot
#9i wish passkeys could replace passwords, not suppliment them
Re: Things I learnt about passkeys when building passkeybot
#10i wish passkeys could replace passwords, not suppliment them
A bit the same why although I love the keychain in macOS, it also makes me uncomfortable. Lose your phone and laptop in a theft or fire and you are locked out from your Apple account. Goodbye online presence.