Morning all.!
Maybe someone can help me. We write some user data to the token payload which gets pulled out into the request ctx via session verification middleware. When a user updates their information, we update the session and
mergeIntoAccessTokenPayload
the new information.
How do I go about expiring the current token/forcing the client to refresh in order to fetch the newly updated information?