Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.
In this lesson, get passkey support setup in Nuxt. Set the auth.webAuthn setting in nuxt.config.ts to true and install the following dependencies:
auth.webAuthn
nuxt.config.ts
npm install @simplewebauthn/browser @simplewebauthn/server
Links