¿Qué hace Clerk JavaScript Backend SDK for Server-Side Auth Workflows?
Clerk’s JavaScript backend SDK gives agents a real server-side interface for auth and user management. It is useful for verifying sessions, fetching users, issuing invitations, and integrating Clerk into custom backend or edge workflows.
Prerequisites
npm, pnpm, yarn, go, java
Installation
Use the upstream install or setup path that matches your environment:
- npm install @clerk/nextjs
- yarn add @clerk/nextjs
- pnpm add @clerk/nextjs
Basic usage or getting-started notes:
-
This repository contains the SDKs for environment/platforms that Clerk supports. For example, if you want to use Clerk with Next.js, you can install:
-
Extracted from upstream docs: https://raw.githubusercontent.com/clerk/javascript/HEAD/README.md