Skip to content

Commit f55debb

Browse files
authored
docs: add tip in the readme for access aaguid and how to use it (#487)
1 parent 77dd086 commit f55debb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ export default defineWebAuthnRegisterEventHandler({
449449
},
450450
})
451451
```
452+
> [!TIP]
453+
> If you want to plug in and use the [Community sourced list of AAGUIDS](https://github.com/passkeydeveloper/passkey-authenticator-aaguids) to decorate your display of added passkeys, you can access the the ID via `credential.aaguid` inside `onSuccess`
452454
453455
```ts
454456
// server/api/webauthn/authenticate.post.ts

0 commit comments

Comments
 (0)