-
Notifications
You must be signed in to change notification settings - Fork 238
Labels
Milestone
Description
The Chrome team proposes a set of additions to the WebAuthn API that will enable streamlining the account creation process. Developers who integrate the API will obtain a user identifier (like an email address), optionally a username, and a passkey. The design should be such that it can be readily extended to support verified emails.
In particular, we propose introducing a requestUserInfo set of options that can be used to request user identifiers to be returned alongside the passkey. The initial list would be an identifier (email or phone) and optionally, a name.
See the explainer for the design proposal.