Hi
I noticed that some subset of my users' authorizations become invalid after some time and I do not believe that the users explicitly revoke my Application access. Is it possible that the authorization is revoked after the application folder has been idle/without modifications for some time (e.g. after a year or two)? If that is the case, is there any way to prevent this from happening? Note that I'm not talking about short lived access tokens here (which are marked as "token expired" error - these are addressed with refresh tokens and work fine). What I'm seeing is a more permanent failure ("invalid token"). These users have static files in the app folder for read access by the application.
As a workaround I'm sending an email to users once a year or so and ask them to re-authorize the app.. But there is probably a better way to handle that.