ark
CCConvex Community
•Created by ark on 12/28/2024 in #support-community
Is it possible to use the v4 beta of Auth0's Next.js SDK with Convex?
Hello, I am trying to figure out if making a custom integration of Auth0's Beta v4 Next.js SDK would work in Convex Authentication? I did try to make one, the problem is it always show that I am unauthenticated. Is there something I'm doing wrong? Any help is appreciated, thank you.
Versions I am using:
-
"@auth0/nextjs-auth0": "4.0.0-beta.13"
- "convex": "^1.17.4"
- "next": "15.1.3"
Source code:
- Custom auth integration: https://pastebin.com/DMPJDfXH
- Convex client: https://pastebin.com/DJZ0sfau
- Page/Route client: https://pastebin.com/RbeCXSrC30 replies