Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/authentication/lucia.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down