@authbound/nuxt
v0.1.3
Published
Authbound Nuxt 4 module - Complete verification for Nuxt with auto-imports and server middleware.
Readme
@authbound/nuxt
Nuxt 4 module for Authbound verification flows with runtime components, composables, and server routes.
pnpm add @authbound/nuxtexport default defineNuxtConfig({
modules: ["@authbound/nuxt"],
authbound: {
policyId: "pol_...",
},
});Use @authbound/vue directly only when you are building a non-Nuxt Vue app.
