Secure storage and distribution of cryptographic keys in ATProto applications
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: pin dependency versions.

+4 -4
+4 -4
main.ts
··· 1 - import { AutoRouter, error } from "npm:itty-router"; 2 - import { verifyJwt } from "npm:@atproto/xrpc-server"; 3 - import { IdResolver } from "npm:@atproto/identity"; 1 + import { AutoRouter, error } from "npm:itty-router@5.0.18"; 2 + import { verifyJwt } from "npm:@atproto/xrpc-server@0.7.4"; 3 + import { IdResolver } from "npm:@atproto/identity@0.4.3"; 4 4 import * as earthstar from "jsr:@earthstar/earthstar@11.0.0-beta.7"; 5 - import { encodeBase32 } from "jsr:@std/encoding/base32"; 5 + import { encodeBase32 } from "jsr:@std/encoding@1.0.6/base32"; 6 6 7 7 type Keypair = { publicKey: Uint8Array; secretKey: Uint8Array }; 8 8