The usage of offline access tokens will be required for all apps at the start of next year: https://community.shopify.dev/t/action-required-existing-public-apps-must-use-expiring-offline-access-tokens-by-january-1-2027/34527
Offline access tokens are already supported thanks to @JonPurvis:
Support expiring offline access tokens #471
@JonPurvis does your implementation automatically transitions users from the old permanent token to the expiring token when SHOPIFY_EXPIRING_OFFLINE_TOKENS=true or do we still need a migration path?
The usage of offline access tokens will be required for all apps at the start of next year: https://community.shopify.dev/t/action-required-existing-public-apps-must-use-expiring-offline-access-tokens-by-january-1-2027/34527
Offline access tokens are already supported thanks to @JonPurvis:
Support expiring offline access tokens #471
@JonPurvis does your implementation automatically transitions users from the old permanent token to the expiring token when
SHOPIFY_EXPIRING_OFFLINE_TOKENS=trueor do we still need a migration path?