@7x7cl/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
24 lines (23 loc) • 667 B
JSON
{
"description": "Authentication plugin for using battle-tested Auth.js (aka NextAuth)",
"devDependencies": {
"@auth/core": "^0.7.1",
"@builder.io/qwik-auth": "~0.1.0"
},
"__qwik__": {
"displayName": "Integration: Auth.js (authentication)",
"priority": -10,
"docs": [
"https://qwik.builder.io/docs/integrations/authjs/",
"https://authjs.dev/"
],
"nextSteps": {
"lines": [
" Please add `optimizeDeps: { include: ['@auth/core'] }`",
" to your vite.config.ts file.",
" Have a look at the docs for more info: ",
" https://qwik.builder.io/docs/integrations/authjs/"
]
}
}
}