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.

fix: fix xrpc endpoint for `key.v0.roomy.muni.town`.

+1 -1
+1 -1
main.ts
··· 142 142 }); 143 143 144 144 // Get the user's personal keypair 145 - router.get("/xrpc/key.roomy.v0.muni.town", ({ did }: Ctx) => 145 + router.get("/xrpc/key.v0.roomy.muni.town", ({ did }: Ctx) => 146 146 getEncodedKeypair(did) 147 147 ); 148 148