Hello, I recently adopted your new solution for handling sessions with Nest.js, Hasura, and SuperTokens. I have encountered an issue related to one of the claims I add to the token, namely 'x-hasura-company-id'. This claim checks the currently set company for users. However, the user's company can change over time. Initially, when creating an account, users do not have a company assigned. We prompt users to provide their company information at a later stage. Now, I would like to find a way to refresh the data in the JWT and add an 'x-hasura-current-company' claim if the user's company data gets updated in the database. Is this possible?