Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 622da7d

Browse files
committed
Update reasoning.
1 parent a2a5f8c commit 622da7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ if (jsonWebAuthnSupport) {
3838

3939
`@github/webauthn-json` served as an ecosystem prototype of the functionality was [developed into the built-in browser methods](https://github.com/w3c/webauthn/wiki/Explainer:-JSON-Serialization-Methods). The built-in methods are compatible with `@github/webauthn-json` encoding, so you can use them as a drop-in substitute. We strongly recommend doing so, since:
4040

41-
- The browser-native JSON parsing functions are increasingly receiving fields and features (such as user-agent hints and the `prf` extension) that `@github/webauthn-json` will never receive.
41+
- The browser-native JSON parsing functions are already available for the vast majority of users.
42+
- They are increasingly receiving fields and features (such as user-agent hints and the `prf` extension) that `@github/webauthn-json` will never receive.
4243
- Removing `@github/webauthn-json` from your codebase will remove code from your authentication pages, reducing load times for your users and reducing the chance you will need to debug issues.
4344

4445
## Fallback (not recommended)

0 commit comments

Comments
 (0)