Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEVDOCS-6183 - add callout about authorization limit #801

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/storefront/headless/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ The following example uses the GraphQL Storefront API to complete a checkout and

BigCommerce has introduced a feature that leverages the [Customer Access Token](/docs/start/authentication/graphql-storefront#customer-access-tokens) for seamless redirection, logging in customers automatically when they reach checkout from the storefront. Built with JWT-based "Session Sync," this enhancement enables transferring session details, such as customer and cart data, across various contexts. Developers can use GraphQL API for advanced session syncing, ensuring a smoother, cohesive experience for customers across platforms.

<Callout type="info">
After three attempts with invalid session-sync JWT tokens, the system will block the IP address for five minutes.
</Callout>

The following examples demonstrate how to sync and validate session details for headless storefronts and hosted checkouts.

<Tabs items={['Format', 'Mutation', 'Validate']}>
Expand Down