natnai
CCConvex Community
•Created by SkylerX on 11/6/2023 in #support-community
Convex + NextAUTH
oh nevermind, i guess it's because nextauth encrypts tokens intead of signing them.
19 replies
CCConvex Community
•Created by SkylerX on 11/6/2023 in #support-community
Convex + NextAUTH
@Michal Srb thanks for the tutorial. i just want to ask why the choice of generating a second JWT instead of using the token issued by nextauth, which should be available in the
session
callback.
was the choice made specifically so that the issuer can be CONVEX_SITE_URL
, which also exposes JWKs?
i'm not entirely sure what the issuer
is for nextauth.
presumably this is for convenience in development (no need to use ngrok)?19 replies