enigma_666
04/24/2023, 8:02 PMSession.attemptRefreshingSession
forces a new token token to be created with the default TTL? 🤔enigma_666
04/24/2023, 8:03 PMSession.getAccessTokenPayloadSecurely
it will differ from the global jwt that i'm storing as triggering attemptRefreshingSession
did not return a new JWT so it will attempt to use the old one which seems a weird behaviourenigma_666
04/24/2023, 8:08 PMonHandle
receive the event of the token being refreshed? Sometimes i notice that it doesn't go, after refreshing if i invoke Session.getAccess in the next line, the token is now different but the onHandle
was not invokedenigma_666
04/24/2023, 8:08 PM