Skip to content

Replace @github/webauthn-json references with built-in browser methods#500

Open
ttanimichi wants to merge 1 commit into
cedarcode:masterfrom
ttanimichi:update-readme
Open

Replace @github/webauthn-json references with built-in browser methods#500
ttanimichi wants to merge 1 commit into
cedarcode:masterfrom
ttanimichi:update-readme

Conversation

@ttanimichi

@ttanimichi ttanimichi commented Jun 27, 2026

Copy link
Copy Markdown

First of all, thank you so much for building and maintaining this amazing gem. It has been incredibly helpful and I truly appreciate all the work that has gone into it.

Summary

ref. https://github.com/github/webauthn-json/blob/7a29471446919d9b45864631f84816c026c9dad8/README.md

@github/webauthn-json was deprecated in March 2025, as all major browsers now natively support the following methods:

  • PublicKeyCredential.parseCreationOptionsFromJSON()
  • PublicKeyCredential.parseRequestOptionsFromJSON()
  • PublicKeyCredential.prototype.toJSON()

This PR updates the README to reflect that, replacing references to @github/webauthn-json with the built-in browser methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant