QuickAuth – Checkout Login Without Password
SMS providers
The login code by SMS is optional. Three providers are available for delivery: the commercewerk gateway (default), Twilio and Vonage. Each provider has its own card in the settings with the matching credential fields.
Choosing a provider
- In the SMS provider card you choose which service sends login codes by SMS: commercewerk (default), Twilio or Vonage.
- Only the selected provider's card takes effect – credentials in the other cards have no effect.
- Each provider card has a Verify API Credentials button that tests the entered credentials directly against the provider – so you can see the connection works before the first customer login.
commercewerk SMS
- API URL: fixed to https://sms-gateway.commercewerk.de/api and not editable.
- API Token: the access token for the commercewerk gateway.
Twilio
- Account SID and Auth Token: from your Twilio console.
- Twilio Region & Edge (default: "US (us1) via Ashburn"): sets which Twilio region and edge location requests are routed through. Also available: "US (us1) via Umatilla", "US (us1) via Roaming (auto)", "Ireland (ie1) via Dublin" and "Australia (au1) via Sydney".
Vonage
- API Key and API Secret: from your Vonage dashboard.
Sender name and message text
The SMS Message card holds two snippets, editable per language:
- Sender (default: "YourShop"): the sender name the customer sees on the SMS. Put your shop name here.
- Message text (default: "Your login code is %otpCode%. Please do not share this code with anyone."): the text of the SMS; the %otpCode% placeholder inserts the login code.
Two things are called "sender"
The selection in the SMS provider card determines the service that sends the SMS. The Sender in the SMS Message card is the name the customer sees as the sender on their phone.
Allowed countries and the input field
- Allow login via mobile number: the country allowlist. Customers can only log in with mobile numbers whose country code belongs to one of the selected countries (default: Germany, Austria, Switzerland, Netherlands, France, United Kingdom, United States, Poland, Czech Republic, Belgium, Italy, Spain, Sweden, Denmark). The list is also enforced server-side.
- Priority order for country list (default: Germany, Netherlands): these countries are pinned to the top of the input field's country dropdown.
- Further options control the input field in detail – country dropdown, country search, flags, automatic formatting as the customer types, national format and the display of the dial code. The full list with defaults is in the Configuration chapter.