3.16.0 • Published 4 months ago
@slide-computer/signer-client v3.16.0
@slide-computer/signer-client
Authenticate with signers on the Internet Computer.
Installation
Using SignerClient:
npm i --save @slide-computer/signer
In the browser:
import { SignerClient } from "@slide-computer/signer-client";
To get started with the signerClient, run
const signerClient = await SignerClient.create({signer});
The signerClient can log in with
signerClient.login({
// 7 days in nanoseconds
maxTimeToLive: BigInt(7 * 24 * 60 * 60 * 1000 * 1000 * 1000),
onSuccess: async () => {
handleAuthenticated(signerClient);
},
});
3.15.0
4 months ago
3.14.0
5 months ago
3.16.0
4 months ago
3.9.0
7 months ago
3.8.1
7 months ago
3.7.2
7 months ago
3.11.0
7 months ago
3.10.1
7 months ago
3.8.0
7 months ago
3.7.1
7 months ago
3.10.0
7 months ago
3.7.0
8 months ago
3.13.0
5 months ago
3.10.3
7 months ago
3.12.0
5 months ago
3.10.2
7 months ago
1.9.0
1 year ago
2.2.0
1 year ago
2.4.0
1 year ago
2.6.1
1 year ago
2.6.0
1 year ago
2.5.4
1 year ago
2.6.2
1 year ago
3.6.4
10 months ago
3.6.3
10 months ago
2.1.0
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
3.4.0
10 months ago
3.3.0
10 months ago
3.2.0
10 months ago
3.1.0
11 months ago
3.6.2
10 months ago
3.6.1
10 months ago
3.6.0
10 months ago
3.5.0
10 months ago
3.0.0
11 months ago
1.8.0
1 year ago
1.7.0
1 year ago
1.6.0
1 year ago
1.5.0
1 year ago
1.4.0
1 year ago
1.3.2
1 year ago
1.3.1
1 year ago
1.3.0
1 year ago