Skip to content

Commit

Permalink
nit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia Thet committed Nov 29, 2023
1 parent 4863612 commit 89efca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-design/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each request made to Turnkey has to have an X-Stamp header attached to it. This
2. Sign that hash with either your API key or WebAuthn credential
3. Create a JSON-encoded string with the appropriate properties depending on authenticator type:
- If using an API Key, make a JSON-encoded string with public key, signature, and signature scheme
- If using an WebAuthn Credential, make a JSON-encoded string with the authenticator data, client data, credential ID and signature
- If using a WebAuthn Credential, make a JSON-encoded string with the authenticator data, client data, credential ID and signature
4. Base64url encode this string
5. Add this string to your request as an X-Stamp header

Expand Down

0 comments on commit 89efca2

Please sign in to comment.