@Nirmalay Ghosh
Thanks for putting this together.
Is there a way to integrate NextAuth into NextJS without needing to supply the Database connection? Database is already interfaced with Strapi. Otherwise what is Strapi for?
database: process.env.NEXT_PUBLIC_DATABASE_URL,
Also, shouldn’t that be a private variable, not public?