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: