Hello! I was using the remix-auth for the authorization in my remix application. i am getting the accessToken,refreshToken and expiresAt from the microsoft-auth strategy. when the token gets expired i am using the refresh token to get the updated accessToken and commiting it to the remix session cookies. But the commit session is not updating the session with updated token. can anyone know why commitSession is not updating the session
Here is an example code of how i am commiting the session in while fetching using refreshToken