Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Nuxt Auth Utils: Secure, Simple, and Flexible Logins

Getting Started with Passkeys and Nuxt Auth Utils thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

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