Authiqa Light

Overview

Authiqa provides a complete authentication system with:
  • Drop-in authentication widget
  • Parent/child account hierarchy
  • Built-in usage tracking and billing
  • White-label support

Key Features

How It Works

  1. Parent Account Creation
    • Register organization
    • Get public key
    • Initial $3.00 balance
  2. Widget Integration
    • Add widget script
    • Configure actions
    • Handle events
  3. Child Account Management
    • Create child accounts
    • Monitor usage
    • Set permissions

Quick Example

<!-- Basic Integration -->
<div id="authiqa"></div>
<script
  src="https://widget.authiqa.com"
  defer
  data-public-key="YOUR_PUBLIC_KEY"
  action="signin"
></script>
That’s all you need to add authentication to your application! The widget automatically handles:
  • Token storage
  • Event handling
  • Error handling
  • Session management

Next Steps