Plans from $25/month
This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Getting Started with Passkeys and Nuxt Auth Utils
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:
- @simplewebauthn/browser
- @simplewebauthn/server
npm install @simplewebauthn/browser @simplewebauthn/server
Links
