SDKs & APIs

JavaScript SDK

Use the Authalla JavaScript SDK to integrate authentication in web apps.


Install

pnpm add @authalla/sdk

Example

import { Authalla } from '@authalla/sdk'

const authalla = new Authalla({
  tenantId: 'tenant_123',
  apiKey: process.env.AUTHALLA_API_KEY,
})
Previous
Admin dashboard