Invitations – AuthKit – WorkOS Docs

AuthKit

AuthKit allows for streamlined authentication across multiple platforms and provides you with the tools necessary to integrate authentication features into your applications.

Features

Getting Started

To start using AuthKit, follow these simple steps:

  1. Create an Account: Sign up on our platform.
  2. Set Up Your Application: Configure your app on the dashboard.
  3. Integrate API: Use our API to call authentication functions.

Example Usage

Sending Invitations

const workos = require('@workos-inc/node');

async function sendInvitation() {
    const response = await workos.auth.sendInvitation({
        email: 'user@example.com',
        client_id: 'your_client_id',
    });
    console.log(response);
}

API Reference

For detailed API endpoints, please see the API Reference.

Feedback

We would love to hear your thoughts! Please share your feedback with us.