Skip to content

✨ Automatically refresh tokens

Compare
Choose a tag to compare
@dwightwatson dwightwatson released this 10 Jun 10:18
· 85 commits to master since this release
3a0cec0

Apple requires tokens to be refreshed within a period of 20 to 60 minutes, something we didn't support out of the box. We're now using the cache driver to ensure that a new token is generated every 20 minutes, so long-running services will not end up using expired tokens.