Web Authentication

From IndieWeb
(Redirected from WebAuthn)


W3C logo
W3C logo

Web Authentication (WebAuthn) is a W3C Recommendation for an API to access public key credentials, including for a browser, optionally with the use of a hardware key.

IndieAuth and WebAuthn

WebAuthn can be used as the authentication during an IndieAuth flow. Similarly to how WebAuthn doesn't replace the need for OAuth, WebAuthn doesn't replace the need for IndieAuth. WebAuthn takes the place of a password when authenticating to your account. In the context of IndieAuth, WebAuthn can be used as the way you log in to your own site, which then you can use with IndieAuth to log in to other sites.

You can implement them in either order, and implementing both is beneficial.

IndieWeb Examples

Examples of IndieWeb sites using WebAuthn to authenticate.

Implementations

Apple Passkey

Apple announced support for WebauthN on macOS Ventura, iOS 16 and iPadOS 16. [1]

Criticism

See Also