From a2fac50c282f2b97a1acf88f98c200e71d816735 Mon Sep 17 00:00:00 2001 From: Cameron Matheson Date: Fri, 13 Sep 2024 19:02:37 -0600 Subject: [PATCH] disclose that impersonation is not yet supported (#33) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaa84ee..17f8d60 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ application. ## Installation ``` -npm i @workos-inc/authkit-js +npm install @workos-inc/authkit-js ``` ## Usage @@ -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.