0.1.0-dev.ade0d643b13191ecd29d033b97c41172f5255717 • Published 3 years ago
@antribute/backend-auth-nextauth v0.1.0-dev.ade0d643b13191ecd29d033b97c41172f5255717
Antribute Backend NextAuth Provider
Adds NextAuth.js Support to the Antribute Backend
Installation
pnpm i @antribute/backend-auth-nextauth -D && pnpm i next-authIf your application's ORM is prisma, also install the following peer dependency
pnpm i @next-auth/prisma-adapterUsage
- Create a new file called
.antributerc.ts - Add the following
import { defineConfig } from '@antribute/backend-core'; export default defineConfig({ auth: { platform: '@antribute/backend-auth-nextauth' } }); - Run the Antribute CLI to auto-generate required files