docs
  1. SCAYLE Resource Center
  2. Developer Guides
  3. Checkout
  4. Authentication

Authentication

The token-based authentication approach

The Checkout requires a valid accessToken provided by the Authentication API.
A middleware layer needs to be implemented on your shop backend to interact with our API.

Customer Authentication Flow

How to implement

  1. Provide your own login/registration views.
  2. Use the Checkout Authentication API internally to get an access token for the customer.
  3. Inject the access token into the checkout Webcomponent.

Iframe-Authentication Handling

iframe-based authentication is deprecated in favor of

Token-Based-Authentication and should not be implemented.