
Product
Introducing Custom Tabs for Org Alerts
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.
@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,742 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
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.

Security News
Chrome 144 introduces the Temporal API, a modern approach to date and time handling designed to fix long-standing issues with JavaScript’s Date object.