Josh Calder
Josh Calder
Thanks! I totally agree that layering approach is a much better way to do it than the pre 0.9 way (I don't have to go through the build process of...
@brucellino happy to be involved in a discussion.. Not sure if your idea would work as each container is run separately (unless something has changed), so even if you run...
@brucellino Good thinking! Thanks for sharing..
Looks like some progress is being made over at https://github.com/nextauthjs/next-auth/discussions/3942 - keep an eye on this for react native support.
Fixes #226
Hey @foopis23 Thanks for posting your solution. `NEXTAUTH_URL` should be being set to this default if you don't set it, I'll have to dig around and see why this might...
Hey @StephenStrickland thanks for reaching out, and good to know people are keeping an eye on this... `generateNodeAPI` is actually getting replaced with a much better alternative - `getContext` -...
Hey @limegorilla the package has been updated so that is works with the latest keystone version. If you upgrade this package to the latest(25.0.0) it should work. Let us know...
Hi @Jun-Xiang unfortunately Credentials are not currently supported by this package, it would require some work to hook into the keystone Prisma client/schema, something I haven't had the time/need to...
Hi @isla-nye Thanks for posting, we are exploring how we might better support `pnpm` for package management, currently you can list `prisma` and `@prisma/client` in your dependencies OR as you...