You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add mutex around offline user token upsert requests
This can cause bugs if more then one of these requests go out at once, only one per app is valid and if more then one simultaneous request happens only the last requested from shopify is valid.
This moves the get_user_token from JWTSessionToken to UserToken
0 commit comments