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.
How to implement
- Provide your own login/registration views.
- Use the Checkout Authentication API internally to get an access token for the customer.
- 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.