Passkeys are a standard pushed by Apple, Google, and Microsoft built on top of webauthn. Passkey essentially solves for the second factor in a two-factor authentication scheme, in order to eliminate the need for passwords. Apple will support things like TouchID, FaceID, and second device.
Passkeys themeselves have no bearing on centralization or decentralization. They are useful for [[Fission]]:
1. They set the precedent for password-less authentication schemes.
2. They provide a mechanism for key recovery so Fission doesn't have to handle it.
## Implementations
[Here's a blog post](https://www.imperialviolet.org/2022/09/22/passkeys.html) that walks through a potential implementation in a web browser.