Jacob Kim
CCConvex Community
•Created by Jacob Kim on 9/9/2024 in #support-community
neq condition for `withIndex`
here are pseudocodes that fails to compile:
both
neq
and or
are not supported with withIndex()
how can I do something like above pseudocode?19 replies
CCConvex Community
•Created by Jacob Kim on 8/7/2024 in #support-community
how to refresh JWTs before they expire
The default
jwt.durationMs
is an hour and it seems like convex-auth does not automatically refresh jwt. Am I responsible for refreshing the JWT before it expires? Or did I misconfigure something? I am using Next.js, and I am handling auth stuff with middleware like below.
10 replies