Has anyone here setup Next Auth with the Prisma ad...
# orm-help
k
Has anyone here setup Next Auth with the Prisma adapter using JWT instead of standard sessions? With standard sessions I get a user supplied to Next Auth's session callback, but when I set it up to use JWT it stops supplying the user to that callback.