@astrox/identity
v0.0.52
Published
JavaScript and TypeScript library to manage identity with the Internet Computer
Downloads
94
Readme
@astrox/identity
JavaScript and TypeScript library to 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/identity
In the browser:
import * as identity from "@astrox/identity";
or using individual exports:
import { WebAuthnIdentity } from "@astrox/identity";
Note: depends on @astrox/agent