Documentation

Documentation

Authentication via messengers instead of SMS — no per-message costs. Every authenticated user becomes reachable for notifications by phone number through the same bots. The system picks the right messenger automatically; you control the priority.

Ready-made plugins

Install a plugin for your platform — it handles the entire Antirius Auth Cloud integration: login page replacement, JWT verification, and user management.

🔌 WordPress

WordPress 5.8+, PHP 7.4+

Replaces wp-login.php with the Auth Cloud widget. Phone-only user matching; password fallback link on by default (wp-login.php?abc_bypass=1). JWT via JWKS (RS256).

  • Replaces the standard login form with the Antirius Auth Cloud widget.
  • JWT signature verification via public key (JWKS, RS256).
  • Automatic WordPress user creation on first login (optional).
  • User matching by phone meta only; admin must bind phone in settings before enabling the plugin.
  • Password fallback on messenger screen by default; opt-out to hide the link.
  • Emergency login: wp-login.php?abc_bypass=1 (always available).

Download pluginDetailed instructions

🛍️ OpenCart

OpenCart 3.0.x, PHP 7.4+

OpenCart 3.0.x: messenger login, order notifications via Message API, email verification and customer notification preferences in the account area.

  • Intercepts account/login and register; JWT via JWKS (RS256).
  • Message API token in module settings; order status: email, messenger, both, or customer choice.
  • Customer account: test messenger delivery, confirm real email via code in messenger.
  • Phone-only matching; admin phone bind before enable; password fallback ?abc_bypass=1.

Download extensionDetailed instructions

Laravel

Laravel 10/11, PHP 8.1+

Composer package for Laravel 10/11: replaces /login with the Auth Cloud widget. Phone-only matching; Composer registry at /composer/ on your Auth Cloud host.

  • composer require antirius/laravel-auth-cloud from https://id.antirius.com/composer/
  • Or install from ZIP; module source lives in package/ inside the archive.
  • JWT via JWKS (RS256); settings at /admin/antirius-auth-cloud.
  • Admin phone bind before enable; password fallback /login?abc_bypass=1 on by default.

Download module ZIPComposer repositoryDetailed instructions

🛒 Shopify

Shopify store, Partners app, outbound HTTPS to Auth Cloud

Shopify app + theme extension: customer login via messengers, phone-only matching, App Proxy, Multipass (Shopify Plus).

  • Hosted Koa backend: OAuth install, JWT callback, Admin API customers.
  • Theme ZIP: Liquid block for the storefront login page.
  • App Proxy routes widget config and callback on the shop domain (no CORS).
  • Multipass auto-login when secret is set in app settings.
  • Fallback link to /account/login on by default; ?abc_bypass=1 always works.

Download theme extension ZIPDetailed instructions