Kevin
CCConvex Community
•Created by Kevin on 8/29/2024 in #support-community
[Convex Auth] Middleware on Nextjs
Following https://labs.convex.dev/auth/authz/nextjs
After using signIn from useAuthActions by Email OTP (from resend),
on client side,
I see
isAuthenticated = true
however,
on middleware,
isAuthenticatedNextjs()
is always false
can you guys let me know how to debug this? There is no error shown from console or terminal?11 replies
CCConvex Community
•Created by Kevin on 8/26/2024 in #support-community
"Could not verify token claim" on React Native
Hi guys, I am trying to replace Clerk Auth with Convex Auth using in react native (with expo)
I am testing locally, after trying to verifying code via email
I got this issue
Failed to authenticate: "Could not verify token claim", check your server auth config
"check your server auth config" What exactly do I need to check?
auth.ts
Note: I can see user is inserted in users table
with this data
65 replies