Hello, im looking for a NextAuth alternative because cloudflare functions isn't supported yet https://github.com/nextauthjs/next-auth/issues/5142 anyone know of an alternative? Reason im wanting an alternative instead of just waiting is cause i think it will, take a while to actually get pushed and my application mainly focuses on having some sort of google auth.
Description @cyco130 and myself are trying to use NextAuth.js with Cloudflare Workers and Vercel Edge. But NextAuth.js uses Node.js's crypto API which isn't available on these dep...