mennov_
mennov_•4mo ago

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
mennov_
mennov_OP•4mo ago
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?)?
jamalsoueidan
jamalsoueidan•4mo ago
@mennov_ Hi and welcome to Convex, is it possible to create a support ticket? 🙂
mennov_
mennov_OP•4mo ago
I actually looked and found JWT private key in the convex dashboard. I just need to load it into the client somehow.

Did you find this page helpful?