Is it possible to use the v4 beta of Auth0's Next.js SDK with Convex?
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/RbeCXSrC
