UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

23 lines (22 loc) 613 B
{ "description": "Authentication plugin for using battle-tested Auth.js (aka NextAuth)", "__qwik__": { "displayName": "Integration: Auth.js (authentication)", "priority": -10, "docs": [ "https://qwik.dev/docs/integrations/authjs/", "https://authjs.dev/" ], "nextSteps": { "lines": [ " Please add `optimizeDeps: { include: ['@auth/qwik'] }`", " to your vite.config.ts file.", " Have a look at the docs for more info: ", " https://qwik.dev/docs/integrations/authjs/" ] } }, "devDependencies": { "@auth/qwik": "0.5.4" } }