From 90a3e15e98ed95cd2b81365881eb39e1bf32a758 Mon Sep 17 00:00:00 2001 From: Alan Savage <3028205+asavageiv@users.noreply.github.com> Date: Sat, 4 May 2024 10:52:33 -0600 Subject: [PATCH] Clarify the purpose of Passkey#label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 761b02a..bd37fd6 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ rails g model Passkey user:references label:string external_id:string:index:uniq The following fields are required: -- `label:string` (required, cannot be blank you'll want to scope it to the Devise-enabled model) +- `label:string` Differentiates Passkeys in the UI. It can be auto generated. Example: `email@test.com SomeBrowser AnApp` - `external_id:string` - `public_key:string` - `sign_count:integer`