docs
  1. SCAYLE Resource Center
  2. Authentication & Accounts
  3. Token-based authentication

Token-based authentication

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.