
Product
Introducing the Alert Details Page: A Better Way to Explore Alerts
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.
@authsignal/node
Advanced tools
[](https://npmjs.org/package/@authsignal/node) [](https://github.com/authsignal/authsignal-node/blob/main/LICENSE.md)
The official Authsignal Node.js library for server-side applications. Use this SDK to easily integrate Authsignal's multi-factor authentication (MFA) and passwordless features into your Node.js backend.
Using npm:
npm install @authsignal/node
Using yarn:
yarn add @authsignal/node
Using pnpm:
pnpm add @authsignal/node
Using bun:
bun add @authsignal/node
Initialize the Authsignal client with your secret key from the Authsignal Portal and the API URL for your region.
import { Authsignal } from "@authsignal/node";
// Initialize the client
const authsignal = new Authsignal({
apiSecretKey: process.env.AUTHSIGNAL_SECRET_KEY,
apiUrl: process.env.AUTHSIGNAL_API_URL, // Use region-specific URL
});
| Region | API URL |
|---|---|
| US (Oregon) | https://api.authsignal.com/v1 |
| AU (Sydney) | https://au.api.authsignal.com/v1 |
| EU (Dublin) | https://eu.api.authsignal.com/v1 |
This SDK is licensed under the MIT License.
For more information and advanced usage examples, refer to the official Authsignal Server-Side SDK documentation.
FAQs
Unknown package
The npm package @authsignal/node receives a total of 1,327 weekly downloads. As such, @authsignal/node popularity was classified as popular.
We found that @authsignal/node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.