Skip to content

Commit 0d9b6bd

Browse files
committed
fix README errors and omissions
1 parent d9f6f3a commit 0d9b6bd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ to the WebAuthn library and fit the structures it was expecting without causing
2020
### Required Headers
2121
1. `x-mfa-apikey` - The API Key
2222
2. `x-mfa-apisecret` - The API Key Secret
23-
3. `x-mfa-RPDisplayName` - The Relay Party Display Name, ex: `ACME Inc.`
24-
4. `x-mfa-RPID` - The Relay Party ID, ex: `domain.com` (should only be the top level domain, no subdomain, protocol,
23+
3. `x-mfa-RPDisplayName` - The Relying Party Display Name, ex: `ACME Inc.`
24+
4. `x-mfa-RPID` - The Relying Party ID, ex: `domain.com` (should only be the top level domain, no subdomain, protocol,
2525
or path)
2626
5. `x-mfa-RPOrigin` - The browser Origin for the request, ex: `https://sub.domain.com` (include appropriate subdomain
2727
and protocol, no path or port)
@@ -30,6 +30,11 @@ to do with WebAuthn, but is the primary key for finding the right records in Dyn
3030
7. `x-mfa-Username` - The user's username of your service
3131
8. `x-mfa-UserDisplayName` - The user's display name
3232

33+
### Optional headers
34+
35+
1. `x-mfa-Usericon` -
36+
2. `x-mfa-Rpicon` -
37+
3338
### Begin Registration
3439
`POST /webauthn/register`
3540

0 commit comments

Comments
 (0)