🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@clerk/backend

Package Overview
Dependencies
Maintainers
6
Versions
3954
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerk/backend

Clerk Backend SDK - REST Client for Backend API & JWT verification utilities

latest
Source
npmnpm
Version
2.19.3
Version published
Weekly downloads
800K
18.63%
Maintainers
6
Weekly downloads
 
Created
Source


@clerk/backend

Getting Started

Clerk's JavaScript Backend SDK exposes Clerk's Backend API resources and low-level authentication utilities for JavaScript environments.

Prerequisites

  • Node.js >=18.17.0 (or later) or any V8 isolates runtime
  • An existing Clerk application. Create your account for free.

Installation

The fastest way to get started with @clerk/backend is by following the JavaScript Backend SDK reference documentation.

You'll learn how to install @clerk/backend and how to use createClerkClient().

Usage

For further information, guides, and examples visit the JavaScript Backend SDK reference documentation. It lists all the available APIs and methods.

Testing

This project uses vitest as the unit test runner and msw for mocking network requests.

If you need to see which requests are being intercepted by msw, you can run the test suite with the following env: DEBUG_MOCK_REQUESTS=true

Support

You can get in touch with us in any of the following ways:

Contributing

We're open to all community contributions! If you'd like to contribute in any way, please read our contribution guidelines and code of conduct.

Security

@clerk/backend follows good practices of security, but 100% security cannot be assured.

@clerk/backend is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to our security documentation.

License

This project is licensed under the MIT license.

See LICENSE for more information.

FAQs

Package last updated on 05 Nov 2025

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