Skip to content

Commit

Permalink
Link to more extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jul 18, 2022
1 parent ba79767 commit 5206e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ npx @github/webauthn-json schema

Modern browsers generally only support — and most sites only need to use — a small number of [extensions](https://w3c.github.io/webauthn/#sctn-defined-extensions). To save code size, `@github/webauthn-json` only includes the following extensions by default:

- `appid`
- `appidExclude`
- [`appid`](https://w3c.github.io/webauthn/#sctn-appid-extension)
- [`appidExclude`](https://w3c.github.io/webauthn/#sctn-appid-exclude-extension)
- [`credProps`](https://w3c.github.io/webauthn/#sctn-authenticator-credential-properties-extension)

In addition, we handle the following info (that is not technically part of extensions):
Expand Down

0 comments on commit 5206e71

Please sign in to comment.