You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Lucia is still using Prisma as its adapter. Since we migrated to Drizzle, it should use ideally Drizzle as an adapter instead. However, because we are using Lucia v2, which does not have a Drizzle connector, Lucia will need to use the Postgres client directly (as defined in src/db/postgres.ts)
TODOs
Modify Lucia setup file to use client instead of Prisma
Ensure functionality with currently implemented auth features
The text was updated successfully, but these errors were encountered:
Description
Currently, Lucia is still using Prisma as its adapter. Since we migrated to Drizzle, it should use ideally Drizzle as an adapter instead. However, because we are using Lucia v2, which does not have a Drizzle connector, Lucia will need to use the Postgres client directly (as defined in src/db/postgres.ts)
TODOs
The text was updated successfully, but these errors were encountered: