# Authorization

We are following HTTP Authorization guide (opens new window) from Shopify documentation and using their library - JS buy SDK (opens new window). A token is stored in the cookie as we access it on both the client and server-side.

You can read more about Authentication in Vue Storefront here.