Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ It is used to request a {{domxref("PublicKeyCredential")}} provided by an {{glos

- `rpId` {{optional_inline}}
- : A string that specifies the relying party's identifier (for example `"login.example.org"`). For security purposes:
- The calling web app verifies that `rpId` matches the relying party's origin.
- The browser verifies that `rpId` matches the relying party's origin or is a domain suffix of the relying party's origin (for example, `example.org`).
- The authenticator verifies that `rpId` matches the `rpId` of the credential used for the authentication ceremony.

This value defaults to the current origin's domain.
Expand Down
88 changes: 44 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"imagemin-pngquant": "^10.0.0",
"imagemin-svgo": "^11.0.1",
"is-svg": "^6.1.0",
"lefthook": "^2.0.9",
"lefthook": "^2.0.11",
"markdownlint-cli2": "0.20.0",
"markdownlint-rule-search-replace": "1.2.0",
"node-html-parser": "^7.0.1",
Expand Down