Let's say I use Clerk and have a users table with a tokenIdentifier column that is constructed as issuer|subject.
If I were to change the domain name of my website, and so change the issuer in the JWT Template in the Clerk console, does that mean that I would also need to update the users.tokenIdentifier column for each document in the users Convex database table? Seems like I would need to change the issuer component of that tokenIdentifier value.
Upon changing my domain in my issuer value in the JWT template in Clerk, I realized that ctx.auth.getUserIdentity() calls will return the new domain value, and so will not be able to query the Convex DB on users.tokenIdentifier column