Skip to main content
public keys are required to authenticate your requests to Authiqa. Each key is unique to your organization and helps track usage.

Generate public Key and JWT Secret

1

Access Dashboard

Log in to your Authiqa Dashboard
2

Navigate to Credentials Page

Click on “Credentials” in the navigation bar at the top
3

View Your Credentials

You will find two secure credentials:public Key:
•••••••••••••••••••••••• (Hidden by default)
  • Show/Hide button to reveal or hide the key
  • Copy button to copy to clipboard
JWT Secret:
•••••••••••••••••••••••• (Hidden by default)
  • Show/Hide button to reveal or hide the secret
  • Copy button to copy to clipboard
When copying either credential, a “Copied to clipboard” message will appear at the top of the page
4

Save Keys Securely

Copy and store both credentials securely - they won’t be shown in plaintext by default
Never share your public key or JWT secret or commit them to version control. Use environment variables to store them securely.

public Key Usage

Add your public key when initializing the Authiqa widget:
<script
  src="https://widget.authiqa.com"
  defer
  data-public-key="YOUR_PUBLIC_KEY"
  action="signin"
></script>

Key Management

  • Parent Account Keys: Used for managing child accounts and billing
  • Child Account Keys: Limited to authentication operations only

Security Best Practices

  • Store keys in environment variables
  • Monitor key usage for unusual activity

Next Steps