Skip to main content

Authentication Methods

Akhara supports multiple authentication methods:

API Keys

Simple bearer token authentication

OAuth 2.0

Enterprise SSO integration

Quick Start

Include your API key in the Authorization header:

Security Best Practices

Never expose API keys in client-side code, version control, or logs.
  • Use environment variables
  • Rotate keys regularly
  • Use minimal required scopes
  • Monitor key usage in dashboard