The [`@github/webauthn-json`](https://github.com/github/webauthn-json) library was recently deprecated: > As of March 2025, stable versions of all major browsers now support the following methods: > > - [`PublicKeyCredential.parseCreationOptionsFromJSON(…)`](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/parseCreationOptionsFromJSON_static) > - [`PublicKeyCredential.parseRequestOptionsFromJSON(…)`](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/parseCreationOptionsFromJSON_static) > - [`PublicKeyCredential → .toJSON()`](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential) > > These should be used instead of @github/webauthn-json.