Socket
Book a DemoInstallSign in
Socket

@lit-protocol/auth

Package Overview
Dependencies
Maintainers
8
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lit-protocol/auth

This module provides management of auth methods that are used to control LIT PKPs, and authorization primitives.

latest
Source
npmnpm
Version
8.0.0-alpha.14
Version published
Weekly downloads
548
66.57%
Maintainers
8
Weekly downloads
 
Created
Source

Quick Start

This module provides management of auth methods that are used to control LIT PKPs, and authorization primitives.

AuthManager

An AuthManager works with authenticators (migrated from: @lit-protocol/lit-auth-client) to generate auth material using various methods (see: authenticators documentation).

The AuthManager then uses that auth material to create session credentials, and caches the resulting credentials for use with LIT network services. It also validates auth material and session material, and will attempt to get new auth material any time it detects that existing cached credentials have expired.

node.js / browser

yarn add @lit-protocol/auth

Keywords

library

FAQs

Package last updated on 04 Jun 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