getClaims JwtPayload not updating
I'm migrating to getClaims, but when I make a change on user_metadata for example, it doesn't get updated - normally expected. When I do
I expect to get latest changes on claims after I call refresh once time, what am i missing or is this a bug ?
I want to get latest changes on claims after i make an update basically ?
.refreshSession() before getting claims, I get latest changes normally, but whenever I remove refreshSesssion claims go back to old version.I expect to get latest changes on claims after I call refresh once time, what am i missing or is this a bug ?
I want to get latest changes on claims after i make an update basically ?