Skip to content

Commit

Permalink
disclose that impersonation is not yet supported (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatheson authored Sep 14, 2024
1 parent d239454 commit a2fac50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ application.
## Installation

```
npm i @workos-inc/authkit-js
npm install @workos-inc/authkit-js
```

## Usage
Expand All @@ -17,3 +17,7 @@ const authkit = await createClient(clientId: '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.

0 comments on commit a2fac50

Please sign in to comment.