The example repository is maintained from a monorepo. Pull Requests should be opened against
nextauthjs/next-auth
.
Open Source. Full Stack. Own Your Data.
This is the official SolidStart Auth example for Auth.js.
You can follow the guide below, or click the following button to deploy this example to Vercel.
pnpm add -D solid-start-vercel
npm i -D solid-start-vercel
yarn add -D solid-start-vercel
import solid from "solid-start/vite"
import dotenv from "dotenv"
import { defineConfig } from "vite"
// @ts-expect-error no typing
import vercel from "solid-start-vercel"
export default defineConfig(() => {
dotenv.config()
return {
plugins: [solid({ ssr: true, adapter: vercel({ edge: false }) })],
}
})
ENABLE_VC_BUILD
=1
.
Create a GitHub repo and push the code to it, then deploy it to Vercel.
Thanks to Vercel sponsoring this project by allowing it to be deployed for free for the entire Auth.js Team