Running into an issue where salesforce connector apps are automatically logged out after 24 hours
It appears we are not requesting a new token when a previous token expires.
After speaking to Xav, it was highlighted that this happens because there is a missing 'expired_at' in salesforce credentials used and our connectors currently rely on this to know when to refresh a token.
After doing some digging, it appears salesforce not returning an 'expires_at' is expected behaviour for their platform. There is no way to force this.
As such, the ask here is if we can include a way to:
automatically refresh tokens after a certain time period