Convex Auth JWT Subject
signOut and then signIn again, the sub field in my JWT token changesThe first part is remaining constant which is the
userId but then the second part is changing. For example:
Initialy when I logged in the
sub field in decoded JWT token was k172bx4p67v9qdhtac9n508ckn76vs10|jn73yr27ask6fsjjs8mzr4xhm576tczhAfter I signed out and signed in again it became
k172bx4p67v9qdhtac9n508ckn76vs10|jn77eveqqnxdw9c78shea6r26s76vynzwhere
k172bx4p67v9qdhtac9n508ckn76vs10 is the user idI need a constant, non-changing sub field. Is it possible to do that?
