From 85829310347638c1318b6b57ca5e34b7e266a418 Mon Sep 17 00:00:00 2001 From: Jiasheng Date: Sat, 13 Jul 2024 11:24:40 +0800 Subject: [PATCH] Update lucia.md --- docs/guides/authentication/lucia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/authentication/lucia.md b/docs/guides/authentication/lucia.md index 881362b3..235ce20c 100644 --- a/docs/guides/authentication/lucia.md +++ b/docs/guides/authentication/lucia.md @@ -38,7 +38,7 @@ The data field names and types in the `session` model must exactly match the one ## Prisma adapter -Lucia connects to your database via an adapter, which provides a set of basic, standardized querying methods that Lucia can use. Since ZenStack is based on Prisma, you can +Lucia connects to your database via an adapter, which provides a set of basic, standardized querying methods that Lucia can use. Lucia has its own Prisma adapter `@lucia-auth/adapter-prisma`, which provides a set of basic, standardized querying methods. Since ZenStack is based on Prisma, you can use PrismaAdapter for the job: