@logto/nuxt
v1.2.6
Published
[](https://www.npmjs.com/package/@logto/nuxt) [](https://github.com/logto-io/js/actions/workflows/main.yml)
Readme
Logto Nuxt 3 SDK
The Logto Nuxt 3 SDK written in TypeScript.
Check out our docs for more information.
Installation
Using npm
npm install @logto/nuxtUsing yarn
yarn add @logto/nuxtUsing pnpm
pnpm add @logto/nuxtGet sample
A sample project can be found at playground.
Check out the full JS repo and try it with pnpm.
pnpm i && pnpm devThe minimal configuration to run the playground is (use .env file for example):
NUXT_LOGTO_ENDPOINT=<your-logto-endpoint>
NUXT_LOGTO_APP_ID=<your-logto-app-id>
NUXT_LOGTO_APP_SECRET=<your-logto-app-secret>
NUXT_LOGTO_COOKIE_ENCRYPTION_KEY=<random-string>