Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello!
Im using the new Customer Account API. Im experiencing an issue with the refresh token response. I am following the example documented here. I am succesfully geting a response when requesting a refresh token but there are two fields missing "id_token" and "refresh_token".
Response im receiving
{
access_token: 'atkn_xyz',
token_type: 'bearer',
expires_in: 7200,
scope: 'https://api.customers.com/auth/customer.graphql openid email'
}
Response I was expecting
{
access_token: 'atkn_xyz',
token_type: 'bearer',
expires_in: 7200,
scope: 'https://api.customers.com/auth/customer.graphql openid email',
id_token: '...',
refresh_token: '...'
}
Could you help me figure out what the issue might be? is there an error in the docs or should i be receiveing these fields?
Regards
Axel
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024