XF 2.0 Custom ConnectedAccount provider loses information after a few days?

Z61

Well-known member
So I've successfully created two ConnectedAccount providers and both seem to lose their data after a couple of days causing their providerData shown on account/connected-accounts to disappear. Is there something I need to setup on my provider data classes to remedy this?
 
Anyone figured this out yet? For some reason, the providerData cache gets wiped out after a few days...
 
The built in provider system doesn't store the refresh token, and the access token expires and can no longer be used. Not sure if this is the same issue.
 
Top Bottom