SoftSolzSoftSolz
HomeAPI GuideAPI ReferenceWidget Tester

Customer Auth

Drop-in signup, login and profile widgets for your own app.

Add authentication for your app's own end-users without building it yourself. Embed the sign-in widget, then add the profile, two-factor and sign-out widgets wherever they belong on your site - all sharing one key.

Embed the sign-in widget

html
<script src="https://app.softsolz.uk/softsolz.js"
data-public-key="pk_live_your_key"
data-service-id="customer-auth"></script>

Manage end-users from your server

bash
curl https://app.softsolz.uk/api/v1/services/customer-auth/users \
-H "Authorization: Bearer sk_live_your_key"

Next

Browse every endpoint in the API Reference, or read the product walkthrough on docs.softsolz.uk.