We use Auth0 to authenticate users to our plugin API. We have set up a SPA (Single Page Application) with refresh token enabled. But after about a week, I get “Authorization error accessing plugins”. Accordiing to OpenAI documentation, ChatGPT is supposed to use the refresh token to periodically fetch a new access token [1]. But this seems to be not happening. Reinstalling the plugin seems to help but that’t not a good user experience.
I have searched forums, there are a few who also complain about this… but there is no solution posted anywhere. I thought this was the right forum to ask for help.