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?
Great!
30 replies
CCConvex Community
•Created by oluwani on 12/25/2024 in #show-and-tell
Convex & Kinde
For those who require the
ctx.auth
(using Next.js), sadly this method will return null
when trying to call ctx.auth.getUserIdentity()
. So, to fix this, you should follow Convex's custom integration and have something like this:
3 replies
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?
Thank you, @ballingt. I just tested it, and everything works, even with refreshing. Perhaps the sort of issue of not having a direct method to get the ID token could be brought to the Auth0 team working with the Next.js SDK, but hey, it works now. Thank you as well @erquhart.
30 replies
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?
Thanks for that! I will test it once I got back home
30 replies
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?
Yep, auth0 works fine without using convex
30 replies
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?
I do require the beta version. The version 4 of Auth0 supports Next.js 15, while the older versions won't.
Source: https://github.com/auth0/nextjs-auth0/issues/1808
30 replies
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?
Alright, thanks.
30 replies
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?
Also, this is the GitHub repository of the version of Auth0 that I am using. https://github.com/auth0/nextjs-auth0/tree/v4.0.0-beta.13 (sending this just so we're clear lol)
30 replies
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?
Here's the exact project that I am working on (well, mostly testing Convex first) https://github.com/NvermindLabs/convex-auth0
30 replies
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?
Yea sure i'll make a repo real quick
30 replies
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?
With that, I don't really know where or what's the problem ;/
30 replies
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?
I did some digging at Convex's package, I found out that
backendReportsIsAuthenticated
from client.setAuth
returns false. I don't know how or what's the procedure to have this property set to true.30 replies
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?
auth.config.ts
30 replies
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?
Yep, I am using an Auth0 provider though I may have forgotten to include it in the pastebins
30 replies
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?
anyone's help would be appreciated, thank you
30 replies