We are using express open id connect
For some use case i need my browser client to come with a session cookie which contains new refreshed id token ,currently cookie is set while logging in ,i want web clients idtoken (decrypted using oidc middleware from web client session cookie) to be new every time it call an api,how can i do that?0