All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Technical Insights from Building Passkeybot: Lessons on Passkey Implementation and WebAuthn

By

emadda

5mo ago· 10 min readen

Summary

The article shares insights from building passkeybot.com, a hosted sign-in page that enables passkey authentication for websites. It explains technical aspects of passkeys including Secure Enclave Processors (SEP) in Apple devices, how they create secrets that never leave the secure enclave, and the WebAuthn standard. The author discusses practical implementation lessons, security considerations, and the advantages of passkeys over traditional passwords for user authentication.

Key quotes

· 4 pulled
Apple devices have secure enclaves which are like a separate tiny computer living inside the main CPU that has its own isolated encrypted memory and OS.
It can create secrets that never leave the secure enclave. The main OS can only prove it has possession of that secret by asking the secure enclave.
I recently released passkeybot.com, a hosted sign in page that allows you to add passkey auth to your site with just a few server side HTTP handlers.
Here are the things I learnt in the process.
Snippet from the RSS feed
Interesting things about passkeys in webauthn

You might also wanna read