Socket
Book a DemoInstallSign in
Socket

@zcatalyst/auth-client

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zcatalyst/auth-client

This package provides authentication functionalities for the Node SDK. It includes methods to handle user authentication and token management.

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Auth Client

This package provides authentication functionalities for the Node SDK. It includes methods to handle user authentication and token management.

Installation

npm install @zcatalyst/auth-client

Usage

Import the AuthClient module and use its methods as needed:

const { zcAuth } = require('@zcatalyst/auth-client');

// Example usage

zcAuth.signIn('id', {})
    .then(token => {
        console.log('Authentication successful:', token);
    })
    .catch(err => {
        console.error('Authentication failed:', err);
    });

License

This package is licensed under the Apache 2.0 License. See the LICENSE file for details.

FAQs

Package last updated on 21 Jul 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.