NextAuthuse NextAuth to authenticate usersSetup Add to your Fuma Comment config: lib/comment.config.tsimport { createNextAuthAdapter } from "@fuma-comment/server/adapters/next-auth"; import { authOptions } from "@/app/api/auth/[...nextauth]/options"; const auth = createNextAuthAdapter(authOptions);PreviousBetterAuthNextClerk Auth