Skip to content

Commit

Permalink
add disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Mar 19, 2024
1 parent 28b1f56 commit 320c4c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/posts/passkeys-typescript-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: "Experimenting with passkeys on the browser, and some thoughts on i
date: "2023-8-1"
---

> This page has numerous grammatical and technical mistakes. Refer to the guide in [the Copenhagen Book](https://thecopenhagenbook.com/passkeys).
While working on Lucia, I had a few feature requests for passkey support. Passkeys allow users to sign in using their device via biometrics or device PIN instead of regular passwords.

To learn how it works, I decided to implement a simple demo using TypeScript. I also thought it would be a fun challenge to implement it from scratch using Wev APIs since I recently implemented JWT and Apple OAuth with the same constraints.
Expand Down

0 comments on commit 320c4c4

Please sign in to comment.