@workos-inc/authkit-js
v0.7.0
Published
AuthKit SDK
Downloads
8,610
Keywords
Readme
AuthKit JavaScript Library
This library can be used to interface with AuthKit in a client-side JavaScript application.
Installation
npm install @workos-inc/authkit-js
Usage
import { createClient } from "@workos-inc/authkit-js";
const authkit = await createClient("your-client-id");
const user = authkit.getUser();
const accessToken = await authkit.getAccessToken();
Impersonation support is coming soon
Impersonation is not currently supported in authkit-js. We are targeting EOY 2024.