You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@astrox/authentication

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrox/authentication

JavaScript and TypeScript library to manage identity and authentication with the Internet Computer

0.0.52
latest
npmnpm
Version published
Weekly downloads
3
50%
Maintainers
3
Weekly downloads
 
Created
Source

@astrox/authentication

JavaScript and TypeScript library to support manage Identities and enable simple Web Authentication flows for applications on the Internet Computer

Visit the Dfinity Forum and SDK Documentation for more information and support building on the Internet Computer.

Additional API Documentation can be found here.

Installation

Using authentication:

npm i --save @astrox/authentication

In the browser:

import * as auth from "@astrox/authentication";

or using individual exports:

import { createAuthenticationRequestUrl } from "@astrox/authentication";

Note: depends on @astrox/agent and @astrox/identity.

Keywords

internet computer

FAQs

Package last updated on 25 Aug 2022

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