I’m trying to understand how to refresh the user session data in the JWT without forcing the user to login again. As a side note, I’m using a custom credentials provider and do not implement a User Auth Repository to allow refresh tokens. That’s a big change to our structure - which we will be doing eventually.
So, JWT auth works currently, but when say a user role is updated, or company name changed, the JWT will contain the stale data. How can this be refreshed?