nextauth-nextjs14-drizzle icon indicating copy to clipboard operation
nextauth-nextjs14-drizzle copied to clipboard

jwt vs database session strategy

Open JeffreyLaCroix opened this issue 1 year ago • 1 comments

Is this on purpose to use jwt session strategy instead of database strategy with the Drizzle adapter? https://github.com/wpcodevo/nextauth-nextjs14-drizzle/blob/6d861b2e7506726378cff5406553abf2cdac2521/auth.ts#L10

JeffreyLaCroix avatar Mar 08 '24 21:03 JeffreyLaCroix

Yes I believe NextAuth in general is tricky to implement on edge runtimes at the moment with all these new ORM's.

richard-aoede avatar Apr 22 '24 15:04 richard-aoede