Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

@workos-inc/authkit-js

Package Overview
Dependencies
Maintainers
11
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workos-inc/authkit-js

AuthKit SDK

latest
Source
npmnpm
Version
0.19.0
Version published
Weekly downloads
76K
17.49%
Maintainers
11
Weekly downloads
 
Created
Source

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();

FAQs

Package last updated on 15 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts