corbado / example-passkeys-nuxtjs

This is a sample repository of a Nuxt.js app that offers passkey authentication.
https://www.corbado.com
6 stars 0 forks source link
faceid fido2 javascript nuxt nuxtjs passkey passkeys touchid typescript vue vuejs webauthn

Passkey-First Authentication with Nuxt.js and Corbado

This is a sample implementation of the Corbado UI component being integrated into a web application built with Nuxt.js.

Please see the full blog post to understand the detailed steps needed to integrate passkeys into Nuxt.js apps.

File structure

Setup

Prerequisites

Please follow the steps in Getting started to create and configure a project in the Corbado developer panel.

You need to have Node and npm installed to run it.

Usage

Run

npm i

to install all dependencies.

Finally, you can run the project locally with

npm run dev