Guillaume Chervet

Results 534 comments of Guillaume Chervet

hi @abhilashlr7 , Thank you for your issue. Does this error happen in your browser or in the node.js console ?

Thank you @abhilashlr7 , what does look like you configuration? I would like to try to reproduce it.

Which browser are you using @abhilashlr7 ?

Hi @abhilashlr7 , I cannot reproduce the error but i have try an idea fix in version 6.14.5 for your problem.

thank you @yann-combarnous for the issue. yes definitlety we need this :)

Hi @Zhuohui-Li , Do you have a sample of your configuration ? May you update to the latest version? Lastest version fixed a similar bug.

Hi @Zhuohui-Li , do you know the lifetime of your refresh token? And the lifetime of ypu cookie session with your oidc server?

Hi @TheChristophe thank you very much for all your information. It will help a lot. Which version are you using?

You can already set up token_renew_mode: PropTypes.string, // Optional, update tokens base on the selected token(s) lifetime: "access_token_or_id_token_invalid" (default), "access_token_invalid" , "id_token_invalid" Property to acceaccess_token_invalid, I think it will help...