From a97bb195b6fff9dff36fa100171612988445c34a Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 21 Sep 2024 17:09:33 +0530 Subject: [PATCH] Update docs We're moving to nanoids --- web/docs/webauthn-passkeys.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/docs/webauthn-passkeys.md b/web/docs/webauthn-passkeys.md index 853a31145e..47b1559629 100644 --- a/web/docs/webauthn-passkeys.md +++ b/web/docs/webauthn-passkeys.md @@ -115,10 +115,10 @@ func (u *PasskeyUser) WebAuthnCredentials() []webauthn.Credential { ##### Response body (JSON) -| Key | Type | Value | -| --------- | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | -| options | object | The credential creation options that will be provided to the browser. | -| sessionID | string (uuidv4) | The identifier the server uses to persist metadata about the registration ceremony, like the user ID and challenge to prevent replay attacks. | +| Key | Type | Value | +| --------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | +| options | object | The credential creation options that will be provided to the browser. | +| sessionID | string (uuid) | The identifier the server uses to persist metadata about the registration ceremony, like the user ID and challenge to prevent replay attacks. | ```json {