Convex Auth JWT key
Loving convex so far! Looking to implement auth, and have two users:
- user: password or OAuth SSO.
- positions: QR code / perpetual magic link
Positions are users who might be different people, but they need access if they are filling their volunteer role.
My last application had a magic link where I generated the QR code, and the link generated the JWT to go into the cookie.
How would I tackle this with convex?
3 Replies
I guess the question might be, how do I get the convex JWT key, and how should I inject it into the client (assuming cookie?)?
@mennov_ Hi and welcome to Convex, is it possible to create a support ticket? 🙂
I actually looked and found JWT private key in the convex dashboard. I just need to load it into the client somehow.