Nuxt Auth Utils: Secure, Simple, and Flexible Logins
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

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