Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
Hi Experts,
I using createcustomerAccessToken graphQL mutation to create an customer access token to login to my app. The mutation takes login credentials as input. Access token expiry is about 4 weeks. If the credential is changed at another webfront that uses same credential, I would like to get all the accesstoken associated with customer account to be invalidated, so the other mobile front can be logged out to use the new credential.
How do I achieve this.?
Thanks,
Mini