Skip to content

Commit

Permalink
chore: add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 30, 2024
1 parent f18c4e3 commit 616de6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,12 @@ async function signIn() {
Take a look at the [`WebAuthnModal.vue`](https://github.com/atinux/nuxt-auth-utils/blob/main/playground/components/WebAuthnModal.vue) for a full example.

#### Demo

A full demo can be found on https://todo-passkeys.nuxt.dev using [Drizzle ORM](https://orm.drizzle.team/) and [NuxtHub](https://hub.nuxt.com).

The source code of the demo is available on https://github.com/atinux/todo-passkeys.

### Extend Session

We leverage hooks to let you extend the session data with your own data or log when the user clears the session.
Expand Down

0 comments on commit 616de6b

Please sign in to comment.