Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passkey providers via a browser extension #280

Closed
irew opened this issue Oct 23, 2023 · 1 comment · Fixed by #286
Closed

Passkey providers via a browser extension #280

irew opened this issue Oct 23, 2023 · 1 comment · Fixed by #286
Assignees
Labels
Milestone

Comments

@irew
Copy link
Contributor

irew commented Oct 23, 2023

Existing content does not mention browser extensions as a way of providing passkey support

Link to content

A [Passkey Provider](#passkey-provider) that plugs in to the OS via platform APIs to store and manage a user's passkeys via the platform authenticator.

What is the issue?

Many 3rd party passkey providers, password managers, provide support for passkeys via a browser extension. The audience reading content on this site, who may be implementing passkeys need to be aware of this and test against it during development. As an example, decisions may be made based on user agent info (version of macOS etc) to create UX that tells their users whether or not a passkey can be saved to their password manager, we've seen this already in the wild.

This is a reality their users will face so it should be accounted for in some manner.

Proposed changes

Browser extensions that handle passkeys should be mentioned in the documentation in some way. Even if it is to say something along the lines of "some passkey providers provide support via a browser extension, which can be considered a temporary solution while a more robust solution is being developed."

Any other notes

Password managers that support passkeys via a browser extension:

  • 1Password
  • LastPass
  • Bitwarden (planned)
  • Keeper Security
  • NordPass
@hex-m
Copy link

hex-m commented Oct 27, 2023

KeePassXC just implemented Passkeys.

related issue: #237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants