Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I've read these articles.
https://shopify.dev/api/storefront/getting-started
https://shopify.dev/api/admin-graphql/2021-10/mutations/storefrontaccesstokencreate
I want to use Storefront API in my public app.
However, I'm not sure how to pass the access token to the store frontend after getting it from the Admin API.
Is there any other way than storing the access token in my database?